]> _ Git - fluidbook-html5.git/commitdiff
wip #3828 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 3 Sep 2020 17:12:51 +0000 (19:12 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 3 Sep 2020 17:12:51 +0000 (19:12 +0200)
js/libs/fluidbook/fluidbook.js
style/fluidbook.less

index 5728e5116fa3c19cf53d3759e9cf6d8fdad8efb5..57f0c804e340f4f8cdc493767d7f6e42cf0a4efd 100644 (file)
@@ -938,6 +938,7 @@ Fluidbook.prototype = {
     },
 
     wopen: function (url, target, options, print) {
+        var $this=this;
         var win;
         if (this.support.nwjs) {
             win = nw.Window.get().window;
@@ -993,7 +994,7 @@ Fluidbook.prototype = {
         }
         // Open the window
         if (mtarget === '_popupiframe') {
-            $this.openInPopupIframe(url);
+            this.openInPopupIframe(url);
             return false;
         }
         var w;
index 2ecc839558d55d82c976abad33ed7d63499653f7..a60efa304a1202d09a0f1f2fb8ab77db829a8495 100644 (file)
@@ -1121,7 +1121,7 @@ a.bookmark {
 
     .fonctions {
       float: right;
-      width: 450px;
+      width: 100%;
     }
   }