מדיה ויקי:Gadget-TemplatesExternalLinks.js: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מ 166 גרסאות של הדף wikipedia:he:מדיה_ויקי:Gadget-TemplatesExternalLinks.js יובאו |
||
| (2 גרסאות ביניים של משתמש אחר אחד אינן מוצגות) | |||
| שורה 382: | שורה 382: | ||
if (mw.user.options.get('usebetatoolbar')) { | if (mw.user.options.get('usebetatoolbar')) { | ||
var depend = ['ext.wikiEditor']; | var depend = ['ext.wikiEditor']; | ||
mw.loader.using(depend, function() { | mw.loader.using(depend, function() { | ||
if(typeof $.wikiEditor != 'undefined') | if(typeof $.wikiEditor != 'undefined') | ||
| שורה 412: | שורה 410: | ||
$('<img>', {src: '//upload.wikimedia.org/wikipedia/commons/3/34/Button_LINK_HE1.png', title: 'תבנית קישור', 'class': 'mw-toolbar-editbutton'}) | $('<img>', {src: '//upload.wikimedia.org/wikipedia/commons/3/34/Button_LINK_HE1.png', title: 'תבנית קישור', 'class': 'mw-toolbar-editbutton'}) | ||
.css({cursor: 'pointer'}) | .css({cursor: 'pointer'}) | ||
.click(function() { | .click(function() {mw.loader.using('jquery.ui', fireDialog);}) | ||
); | ); | ||
}); | }); | ||
}); | }); | ||
}); | }); | ||