پرش به محتوا

مدیاویکی:Gadget-sidebarToggle.js: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
(صفحه‌ای تازه حاوی «/*! * Hide Vector sidebar * http://en.wikipedia.org/wiki/User:PleaseStand/Hide_Vector_sidebar * * Originally imported from revision 365...» ایجاد کرد)
 
بدون خلاصۀ ویرایش
خط ۲۰۶: خط ۲۰۶:
   
   
// Show the toggle tab.
// Show the toggle tab.
$("<a id='ca-sidebar'></a>")
$("<button id='ca-sidebar'></button>")
.prop( "title", msg.toggleTabTitle )
.prop( "title", msg.toggleTabTitle )
.text( msg.toggleTabText )
//.text( msg.toggleTabText )
.click( toggle )
.click( toggle )
.insertAfter("#p-personal");
.insertAfter("#mw-panel");
   
   
// Respect the saved state.
// Respect the saved state.