Skip to content

Commit

Permalink
Merge remote branch 'respinos/master' into codesprint
Browse files Browse the repository at this point in the history
  • Loading branch information
mangtronix committed Sep 21, 2011
2 parents 8087645 + c3dae08 commit 2a38528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BookReader/plugins/BookReader2UpView/BookReader2UpView.js
Expand Up @@ -67,7 +67,7 @@ BookReader2UpView.prototype.refresh = function(params) {

// Add the two page view
// $$$ Can we get everything set up and then append?
this.wrapped = $('<div id="BRtwopageview"></div>').appendTo($(this.container));
this.wrapped = $('<div id="BRtwopageview" style="border: 4px solid red"></div>').appendTo($(this.container));

// Attaches to first child, so must come after we add the page view
//$('#BRcontainer').dragscrollable();
Expand Down

0 comments on commit 2a38528

Please sign in to comment.