Skip to content

Commit ba9df9a

Browse files
committed
Add support for rtl interfaces
1 parent 5a18f3d commit ba9df9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BookReader/BookReader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ BookReader.prototype.init = function() {
157157
$("#BookReader").empty();
158158

159159
this.initToolbar(this.mode, this.ui); // Build inside of toolbar div
160-
$("#BookReader").append("<div id='BRcontainer'></div>");
160+
$("#BookReader").append("<div id='BRcontainer' dir='ltr'></div>");
161161
$("#BRcontainer").append("<div id='BRpageview'></div>");
162162

163163
$("#BRcontainer").bind('scroll', this, function(e) {

0 commit comments

Comments
 (0)