מדיה ויקי:Gadget-TemplateParamWizard.js: הבדלים בין גרסאות בדף
מ ביטול טעינת סקריפטים כשאין אפשרות לערוך |
מאין תקציר עריכה |
||
| שורה 1: | שורה 1: | ||
//Template parameters wizard | //Template parameters wizard | ||
//Written by [[User:קיפודנחש]] | //Written by [[User:קיפודנחש]] | ||
if(($.inArray(mw.config.get('wgAction'), ['edit', 'submit'])+1) && ( $('#wpTextbox1'). | if(($.inArray(mw.config.get('wgAction'), ['edit', 'submit'])+1) && ( !$('#wpTextbox1').prop( 'readonly' ) ) ) | ||
$(function() { | $(function() { | ||
// template parameter is an object with the following fields: | // template parameter is an object with the following fields: | ||