Changes

Jump to navigation Jump to search
no edit summary
Line 5: Line 5:  
     importScript( 'MediaWiki:quickpresets_defaultconf.js' );
 
     importScript( 'MediaWiki:quickpresets_defaultconf.js' );
 
}
 
}
 +
mw.notify("Launching User:Podehaye/quickpresets.js, part 2")
    
/**
 
/**
Line 228: Line 229:  
     var qid = mw.config.get( 'wbEntityId' );
 
     var qid = mw.config.get( 'wbEntityId' );
 
     if ( !qid ) {
 
     if ( !qid ) {
return;
+
    mw.notify("Launching User:Podehaye/quickpresets.js part 3")
 +
    return;
 
     }
 
     }
 
     else {
 
     else {
 
qid = qid.substring(1);
 
qid = qid.substring(1);
 +
mw.notify("Launching User:Podehaye/quickpresets.js part 4")
 +
 
     }
 
     }
   Line 239: Line 243:  
     quickpresets_waitForConfig(function() {
 
     quickpresets_waitForConfig(function() {
 
for( var t = 0; t<quick_props.length; t++) {
 
for( var t = 0; t<quick_props.length; t++) {
 +
mw.notify("Launching User:Podehaye/quickpresets.js part 5")
 
    quickpresets_checktype(qid, quick_props[t]);
 
    quickpresets_checktype(qid, quick_props[t]);
 
}
 
}

Navigation menu