Uživatel:Admin/common.js: Porovnání verzí
(Nejsou zobrazeny 4 mezilehlé verze od stejného uživatele.) | |||
Řádek 1: | Řádek 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
mw.loader.using( 'ext.visualEditor.viewPageTarget.init', function(){ | mw.loader.using( 'ext.visualEditor.viewPageTarget.init', function(){ | ||
+ | // Register plugins to VE. will be loaded once the user opens the VE | ||
mw.libs.ve.addPlugin( function() { | mw.libs.ve.addPlugin( function() { | ||
− | + | return $.getScript('http://albina.ff.cuni.cz/index.php?title=User:Admin/veTest.js&action=raw&ctype=text/javascript'); | |
− | return $.getScript(' | ||
} ); | } ); | ||
}); | }); |
Aktuální verze z 17. 8. 2015, 15:26
mw.loader.using( 'ext.visualEditor.viewPageTarget.init', function(){
// Register plugins to VE. will be loaded once the user opens the VE
mw.libs.ve.addPlugin( function() {
return $.getScript('http://albina.ff.cuni.cz/index.php?title=User:Admin/veTest.js&action=raw&ctype=text/javascript');
} );
});