מדיה ויקי:Common.js: הבדלים בין גרסאות בדף
מ ביטול בעקבות הדיון במזנון |
מאין תקציר עריכה |
||
| שורה 153: | שורה 153: | ||
//הוספת תיבת משוב בסוף ערכים | //הוספת תיבת משוב בסוף ערכים | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
if(wgTitle!='וארדאר סקופיה') return; //הבדיקה נעשית אך ורק על הערך הזה | |||
if (wgNamespaceNumber || wgAction!='view' || $('.diff').length) return;//articles only | if (wgNamespaceNumber || wgAction!='view' || $('.diff').length) return;//articles only | ||
| שורה 168: | שורה 168: | ||
$('#feedbackTextArea').focus(firstFocus); | $('#feedbackTextArea').focus(firstFocus); | ||
}); | }); | ||