۵٬۱۲۰
ویرایش
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۱۹۷: | خط ۱۹۷: | ||
} | } | ||
function totop() { | |||
document.body.scrollTop = 0; // For Safari | |||
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera | |||
} | |||
/** | /** | ||
* Called when the DOM is ready for manipulation. | * Called when the DOM is ready for manipulation. | ||
خط ۲۱۵: | خط ۲۲۰: | ||
.click( toggle ) | .click( toggle ) | ||
.insertAfter("#mw-panel"); | .insertAfter("#mw-panel"); | ||
$("<button id='totop'></button>") | |||
.prop( "title", "بازگشت به بالا" ) | |||
//.text( msg.toggleTabText ) | |||
.click( totop ) | |||
.insertAfter("#mw-panel"); | |||
/* | |||
// Respect the saved state. | // Respect the saved state. | ||
if ( state === "collapsed" ) { | if ( state === "collapsed" ) { | ||
collapse( 0 ); | collapse( 0 ); | ||
} | } | ||
*/ | |||
} | } | ||
خط ۲۳۵: | خط ۲۴۸: | ||
dir = document.documentElement.dir; | dir = document.documentElement.dir; | ||
$.extend( msg, translations[document.documentElement.lang] ); | $.extend( msg, translations[document.documentElement.lang] ); | ||
loadState(); | //loadState(); | ||
// Detect Internet Explorer <= 8 | // Detect Internet Explorer <= 8 |
ویرایش