Alpha release

This commit is contained in:
mmk2410 2015-04-16 23:55:24 +02:00
parent 954f57f221
commit 0e7a53c678
6 changed files with 19 additions and 2 deletions

View file

@ -60,6 +60,12 @@ function about(){
})
}
function bug(){
$("body").fadeOut(dur, function callback(){
window.location = "https://github.com/mmk2410/morse-converter-web/issues"
})
}
window.onload = function() {
var t = document.getElementsByTagName('textarea')[0];
var offset= !window.opera ? (t.offsetHeight - t.clientHeight) : (t.offsetHeight + parseInt(window.getComputedStyle(t, null).getPropertyValue('border-top-width'))) ;