מדיה ויקי:Common.js: הבדלים בין גרסאות בדף
dumpkopf |
מאין תקציר עריכה |
||
| שורה 263: | שורה 263: | ||
mw.hook( 'wikipage.content' ).add( function( content ) { | mw.hook( 'wikipage.content' ).add( function( content ) { | ||
var beenthere = {}; | var beenthere = {}; | ||
if ( mw.config.get('wgCanonicalNamespace') === 'Special' ) return; | |||
$( '.executeJS', content ).each( function () { | $( '.executeJS', content ).each( function () { | ||
var script = $( this ).data( 'scriptname' ); | var script = $( this ).data( 'scriptname' ); | ||