Skip to content

Commit

Permalink
fix #623
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbicho committed Nov 11, 2019
1 parent 3c171db commit 77abc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framed/static/js/frameInsert.js
Expand Up @@ -451,7 +451,7 @@ function updateVersionsOfUrl(cleanurl){
var toYear = ts.substring(0,4) + 1;
var toTs = toYear.toString() + toYear.substring(4, ts.length);

var filterErrorPages = sessionStorage.showErrorPages == "true" ? '' : '!status:4|5';
var filterErrorPages = sessionStorage.showErrorPages == "true" ? '' : '!~status:4|5';


$.ajax({
Expand Down

0 comments on commit 77abc94

Please sign in to comment.