We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a18f3d commit ba9df9aCopy full SHA for ba9df9a
BookReader/BookReader.js
@@ -157,7 +157,7 @@ BookReader.prototype.init = function() {
157
$("#BookReader").empty();
158
159
this.initToolbar(this.mode, this.ui); // Build inside of toolbar div
160
- $("#BookReader").append("<div id='BRcontainer'></div>");
+ $("#BookReader").append("<div id='BRcontainer' dir='ltr'></div>");
161
$("#BRcontainer").append("<div id='BRpageview'></div>");
162
163
$("#BRcontainer").bind('scroll', this, function(e) {
0 commit comments