]> _ Git - fluidbook-html5.git/commitdiff
#768 0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 4 Oct 2016 11:37:27 +0000 (11:37 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 4 Oct 2016 11:37:27 +0000 (11:37 +0000)
js/libs/fluidbook/fluidbook.js

index f19cb2cea714323aea50a664c32a4456d60a3280..1c293db0bf51def58349372895b68a321da45bbe 100644 (file)
@@ -920,7 +920,7 @@ Fluidbook.prototype = {
         view += '<div class="content"><div class="multimediaScale">';
         view += markup;
         view += '</div></div>';
-        $("#view").append('<div class="mview">' + view + '</div>');
+        $("#view").append('<div class="mview" dir="ltr">' + view + '</div>');
         if (callback != undefined) {
             callback();
         }