Skip to content

Commit

Permalink
fix santax error
Browse files Browse the repository at this point in the history
  • Loading branch information
GM-Script-Writer-62850 committed Sep 10, 2014
1 parent 262fd26 commit 892c6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/main.js
Expand Up @@ -904,7 +904,7 @@ function PDF_popup(files,print){
var ele=getID('p_config');
ele.style.maxHeight=ele.parentNode.offsetHeight+'px';
if(httpRequest2.status==200)
buildPrinterOptions(parseJSON(httpRequest2.responseText),ele,localStorage.getItem('lastPrinter');
buildPrinterOptions(parseJSON(httpRequest2.responseText),ele,localStorage.getItem('lastPrinter'));
else if(httpRequest2.status==404)
alert('Error:\nPrinter(s) have not been searched for, please visit the Configure page!');
}
Expand Down

0 comments on commit 892c6a1

Please sign in to comment.