מדיה ויקי:Gadget-TemplatesExternalLinks.js: הבדלים בין גרסאות בדף
Maintenance: mw:RL/MGU / mw:RL/JD - phab:T169385 - deprecated in jQuery 3.0 |
מאין תקציר עריכה |
||
| שורה 381: | שורה 381: | ||
if (mw.user.options.get('usebetatoolbar')) { | if (mw.user.options.get('usebetatoolbar')) { | ||
var depend = [ | var depend = ['ext.wikiEditor']; | ||
if (mw.user.options.get('usebetatoolbar-cgd')) | if (mw.user.options.get('usebetatoolbar-cgd')) | ||
depend.push('jquery.wikiEditor.dialogs.config');//buttons are removed and replaced... | depend.push('jquery.wikiEditor.dialogs.config');//buttons are removed and replaced... | ||
mw.loader.using(depend, function() { | mw.loader.using(depend, function() { | ||
if(typeof $.wikiEditor != 'undefined' | if(typeof $.wikiEditor != 'undefined') | ||
$(function() { | $(function() { | ||
$('#wpTextbox1').wikiEditor('addToToolbar', { | $('#wpTextbox1').wikiEditor('addToToolbar', { | ||