Difference between revisions 137403 and 137404 on testwiki

/// mw:User:PerfektesChaos/js/paneMarker/?.js
/// 2012-06-13 [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 ) {
            if ( typeof c === "number" ) {
               c  =  String.fromCharCode( c );
            }
            if ( typeof c === "string" ) {
               if ( this.config.rightleft ) {
                 
  document.title  =  document.title + " " + c;
               } else {
                 document.title  =  c + " " + document.title; c  =  c + " ";
                  if ( document.title.indexOf( c ) ) {
                     document.title  =  c + document.title;
                  }
               }
            }
         }
      }
   };   // .flag()


(contracted; show full)// Emacs
// Local Variables:
// encoding: utf-8-dos
// coding: utf-8-dos
// fill-column: 80
// End:

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