Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix bug where quiz page wasn't working on mobiles
  • Loading branch information
FayCross committed Aug 17, 2016
1 parent 631bd2d commit 7b900d7
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
Binary file removed editor/css/images/Thumbs.db
Binary file not shown.
Binary file removed editor/img/Thumbs.db
Binary file not shown.
Binary file removed modules/site/icons/Thumbs.db
Binary file not shown.
Binary file removed modules/xerte/icons/Thumbs.db
Binary file not shown.
Binary file not shown.
Binary file not shown.
Expand Up @@ -41,8 +41,8 @@

// function called every time the size of the LO is changed
this.sizeChanged = function() {
var $panel = $("#pageContents .qPanel");
if (x_browserInfo.mobile == false) {
var $panel = $("#pageContents .qPanel");
$panel.height($x_pageHolder.height() - parseInt($x_pageDiv.css("padding-top")) * 2 - parseInt($panel.css("padding-top")) * 2 - 5);
}
if (x_currentPageXML.getAttribute("panelWidth") != "Full" && x_currentPageXML.getAttribute("video") != undefined && x_currentPageXML.getAttribute("video") != "") {
Expand Down
Binary file not shown.
Binary file removed modules/xerte/training/common_html5/Thumbs.db
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed website_code/images/Thumbs.db
Binary file not shown.

0 comments on commit 7b900d7

Please sign in to comment.