]> _ Git - fluidbook-html5.git/commitdiff
wait #4381 @3
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 30 Mar 2021 18:25:49 +0000 (20:25 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 30 Mar 2021 18:25:49 +0000 (20:25 +0200)
js/libs/fluidbook/special/wescosales.js

index 698d2237def2eada5843c4cd0a6606584fc73c26..c516caaf343c1720058b7f6e2bad54dcb4ec21a5 100644 (file)
@@ -72,7 +72,7 @@ function setWescoSalesPanel(ref, e, updateOnly) {
         updateOnly = false;
     }
 
-    var id = "wescosaleswindow-" + ref;
+    var id = "wescosaleswindow-" + normalizeRef(ref);
     if ($("#" + id).length != 0) {
         updateOnly = true;
     }
@@ -190,7 +190,7 @@ function setInteractPanel(ref, onlyRect) {
     if (onlyRect === undefined) {
         onlyRect = false;
     }
-    var id = "wescosaleswindow-" + ref;
+    var id = "wescosaleswindow-" + normalizeRef(ref);
 
     var maxx = fluidbook.resize.ww - 20;
     var maxy = fluidbook.resize.hh - 70;