Difference between revisions 141021 and 141022 on testwiki

/// mw:User:PerfektesChaos/js/paneMarker/?.js
/// 2012-08-20 [email protected]
// Mark browser panes (tabbed or window) if particular action taken.
// Try to exchange wiki-favicon for a red one if editing a wiki page.
// Insert indicating character before document title.
// User defined changes of page title and favicon.
// ResourceLoader:  compatible; dependencies: user, mediawiki.util
/// Fingerprint: #0#0#
(contracted; show full)            if ( jQuery.browser.msie ) {
               if ( jQuery.browser.version < 10 ) {
                  this.lazy  =  true;
               }
            }
         }
      }

mw.log({loud:true},".fresh() "+mw.config.get( "wgAction" ),0);
      switch ( mw.config.get( "wgAction" ) ) {
         case "edit" :
         case "submit" :
            if ( ! this.lazy ) {
               this.favicon( true );
               lenient  =  false;
            }
            this.flag( "Vitally" );
(contracted; show full)// Emacs
// Local Variables:
// encoding: utf-8-dos
// coding: utf-8-dos
// fill-column: 80
// End:

/// EOF </nowiki>   paneMarker/?.js