Difference between revisions 137894 and 137897 on testwiki

/// mw:User:PerfektesChaos/js/paneMarker/?.js
/// 2012-06-19 [email protected]
/// Fingerprint: #0#0#
// 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.

// Requires: JavaScript 1.3
(contracted; show full)         if ( c === true ) {
            c  =  this.config.chars;
         }
      }
      if ( c ) {
         if ( learn ) {
            c  =  this.config[ "char" + action ];
            if ( c 
!=== undefined ) {
               c  =  true;
            } else {
               learn  =  false;
            }
         }
         if ( learn ) {
            switch ( action ) {
               case "Diff" :
                  c  =  ( this.config.lowChar ? "±" :  916 );   // 'Δ'
                  break;
(contracted; show full)// Emacs
// Local Variables:
// encoding: utf-8-dos
// coding: utf-8-dos
// fill-column: 80
// End:

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