מדיה ויקי:Gadget-TemplatesExternalLinks.js: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מאין תקציר עריכה |
||
| שורה 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) | ||
mw.loader.using('jquery.textSelection', function() { | mw.loader.using('jquery.textSelection', function() { | ||
| שורה 382: | שורה 382: | ||
} | } | ||
if (mw.user.options.get('usebetatoolbar')) | |||
if ( | mw.loader.using(['jquery.wikiEditor','jquery.wikiEditor.toolbar.config'], function() { | ||
mw.loader.using('jquery.wikiEditor.toolbar.config', function() { | if(typeof $.wikiEditor != 'undefined' && $.wikiEditor.isSupported()) | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$('#wpTextbox1').wikiEditor('addToToolbar', { | $('#wpTextbox1').wikiEditor('addToToolbar', { | ||
| שורה 413: | שורה 413: | ||
}); | }); | ||
}); | }); | ||
}); | }); | ||