xulG.url_prefix needs to be present for anything using util/print.js and the
Mozilla print strategy. Alternately, we could duplicate the logic behind
url_prefix and bundle it into print.js :-/
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
{
'patron_id' : g.patron_id,
'refresh' : function() { refresh(); },
- 'new_tab' : xulG.new_tab
+ 'new_tab' : xulG.new_tab,
+ 'url_prefix' : xulG.url_prefix
}
);
},