File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/org/opensolaris/opengrok/web Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ public String toHtml() {
125
125
SCRIPTS .put ("jquery-tablesorter" , new FileScript ("js/jquery-tablesorter-2.26.6.min.js" , 12 ));
126
126
SCRIPTS .put ("tablesorter-parsers" , new FileScript ("js/tablesorter-parsers-0.0.1.js" , 13 ));
127
127
SCRIPTS .put ("searchable-option-list" , new FileScript ("js/searchable-option-list-2.0.3.min.js" , 14 ));
128
- SCRIPTS .put ("utils" , new FileScript ("js/utils-0.0.13 .js" , 15 ));
128
+ SCRIPTS .put ("utils" , new FileScript ("js/utils-0.0.14 .js" , 15 ));
129
129
SCRIPTS .put ("repos" , new FileScript ("js/repos-0.0.1.js" , 20 ));
130
130
SCRIPTS .put ("diff" , new FileScript ("js/diff-0.0.2.js" , 20 ));
131
131
}
Original file line number Diff line number Diff line change 225
225
226
226
// Add the state to history as-per normal anchor links
227
227
if ( HISTORY_SUPPORT && pushToHistory ) {
228
- history . pushState ( { } , document . title , location . pathname + href ) ;
228
+ history . pushState ( { } , document . title , location . pathname + location . search + href ) ;
229
229
}
230
230
}
231
231
You can’t perform that action at this time.
0 commit comments