Changeset 12906
- Timestamp:
- 02/28/09 11:00:50 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Cms/chrome/content/scenaricms/widgets/zone/genDeploy/genDeploy.js
r12861 r12906 1 1 function openSupport(pUriSubInst){ 2 var vUrl = document.fUriObject.getDataProvider().getSourceUrl("pub") + pUriSubInst;2 var vUrl = document.fUriObject.getDataProvider().getSourceUrl("pub") + encodeURI(pUriSubInst); 3 3 //ut.debug("vUrl:: "+vUrl); 4 4 if(vUrl.substr(vUrl.length-3).toLowerCase() == "odt"){ … … 34 34 35 35 function openTraces(pUriSubInst) { 36 var vUrl = document.fUriObject.getDataProvider().getSourceUrl("pub") + pUriSubInst;36 var vUrl = document.fUriObject.getDataProvider().getSourceUrl("pub") + encodeURI(pUriSubInst); 37 37 window.openDialog("chrome://scenaricms/content/util/browser/browser.xul", "_blank", "chrome, centerscreen, dialog=no", vUrl, "Traces d'erreurs"); 38 38 }
Note: See TracChangeset
for help on using the changeset viewer.