Alpha release
This commit is contained in:
parent
954f57f221
commit
0e7a53c678
6 changed files with 19 additions and 2 deletions
|
@ -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'))) ;
|
||||
|
|
Reference in a new issue