137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
|
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 ){
var
pqry = 'udc=1',
psep = /\?/.test(location.href) ? '&' : '?',
if( !/[?&]udc=1/.test(location.href) ){
var sep = /\?/.test(location.href) ? '&' : '?';
href = location.href + psep + pqry;
if( location.href.slice(-pqry.length)!=pqry ){
location.href = href;
location.href += sep + 'udc=1';
}
}
}/*,true*/);
},false);
}());
window.fossil.onPageLoad(function(){
|