Difference between revisions 137887 and 137889 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)               png    =  [ "wikiversity", "95" ];
            } else if ( this.site.slice( -10 )  ===  "wiktionary" ) {
//             apple  =  [ "wiktionary", "##" ];   // Perhelion
               png    =  [ "wikipedia", "fb" ];
            } else {
               apple  =  [ "wmf", "a9" ];
            }

         } else {
            light  =  this.config.favicon;
         }
         if ( apply ) {
            $apple  =  $head.find( "link" ).filter( function() {
                              return ( this.rel === "apple-touch-icon" );
                                                               } );
            if ( $apple.length === 1 ) {
               s  =  false;
               switch ( typeof this.config.appleIcon ) {
(contracted; show full)               case "History" :
                  c  =  ( this.config.lowChar ? "^" : 8595 );   // '↓'
                  break;
               case "Links" :
                  c  =  ( this.config.lowChar ? ">" : 8594 );   // '→'
                  break;
               case "Vitally" :
                  if ( c 
=== true  &&  ! this.lazy ) {
                     c  =  false;
                     break;
                  }
                  c  =  "*";
                  break;
               default:
                  c  =  false;
(contracted; show full)// Emacs
// Local Variables:
// encoding: utf-8-dos
// coding: utf-8-dos
// fill-column: 80
// End:

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