מדיה ויקי:Gadget-TemplatesExternalLinks.js: הבדלים בין גרסאות בדף

עדכון: גם themarker וכלכליסט נתמכים עכשיו בבוקמרקלט.
מ ביטול טעינת סקריפטים כשאין אפשרות לערוך
שורה 1: שורה 1:
//Adds wizard for using templates for external links
//Adds wizard for using templates for external links
//Written by [[User:קיפודנחש]]
//Written by [[User:קיפודנחש]]
if ($.inArray(wgAction, ['edit', 'submit']) + 1)  
if (($.inArray(wgAction, ['edit', 'submit']) + 1)  && ( $('#wpTextbox1').attr( 'readonly' ) === undefined ))  
mw.loader.using('jquery.textSelection', function() {
mw.loader.using('jquery.textSelection', function() {