Fossil

Diff
Login

Differences From Artifact [2b3adc3f55]:

To Artifact [fb3e00ae9c]:


137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
          else href = link.href;
        }
        if( href && href!=location.href.slice(-href.length) ){
          location.href = href;
        }
      }
      else if( key==kUDCD ){
        var
          pqry = 'udc=1',
          psep = /\?/.test(location.href) ? '&' : '?',
          href = location.href + psep + pqry;
        if( location.href.slice(-pqry.length)!=pqry ){
          location.href = href;
        }
      }
    }/*,true*/);
  },false);
}());

window.fossil.onPageLoad(function(){







<
|
|
<
<
|







137
138
139
140
141
142
143

144
145


146
147
148
149
150
151
152
153
          else href = link.href;
        }
        if( href && href!=location.href.slice(-href.length) ){
          location.href = href;
        }
      }
      else if( key==kUDCD ){

        if( !/[?&]udc=1/.test(location.href) ){
          var sep = /\?/.test(location.href) ? '&' : '?';


          location.href += sep + 'udc=1';
        }
      }
    }/*,true*/);
  },false);
}());

window.fossil.onPageLoad(function(){