Skip to content

Commit

Permalink
Add support for rtl interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yankl committed Nov 5, 2010
1 parent 5a18f3d commit ba9df9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BookReader/BookReader.js
Expand Up @@ -157,7 +157,7 @@ BookReader.prototype.init = function() {
$("#BookReader").empty();

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

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

0 comments on commit ba9df9a

Please sign in to comment.