kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fixed spaces->tabs
rodzic
a7dceac7b8
commit
b4a5d3f259
|
@ -14,7 +14,7 @@ var Tiddler = require("../Tiddler.js").Tiddler,
|
|||
|
||||
function scrollToTop(duration) {
|
||||
if (duration < 0) {
|
||||
return;
|
||||
return;
|
||||
}
|
||||
var delta = (-document.body.scrollTop/duration) * 10;
|
||||
window.setTimeout(function() {
|
||||
|
|
Ładowanie…
Reference in New Issue