Skip to content
Snippets Groups Projects
Commit 0751ec59 authored by juanf's avatar juanf
Browse files

SSDM-981 : GENERAL - Print PINS on Firefox 31 fails

SVN: 32618
parent 0016b974
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ function Inspector(serverFacade, containerId, profile) { ...@@ -144,7 +144,7 @@ function Inspector(serverFacade, containerId, profile) {
} }
this.printInspector = function(entityPermId) { this.printInspector = function(entityPermId) {
var newWindow = window.open(null,"print " + entityPermId); var newWindow = window.open(undefined,"print " + entityPermId);
var pageToPrint = ""; var pageToPrint = "";
pageToPrint += "<html>"; pageToPrint += "<html>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment