Browse Source

phpdoc compatibility

MOODLE_20_STABLE
bdaloukas 8 years ago
parent
commit
165456da47
  1. 4
      export/exporthtml_snakes.php

4
export/exporthtml_snakes.php

@ -543,7 +543,7 @@ if (!document.all) {
} }
/** /**
* Initializes popup code on load. * Initializes popup code on load.
*/ */
function initPopUp() { function initPopUp() {
// Add the HTML to the body // Add the HTML to the body
@ -677,7 +677,7 @@ window.onscroll = centerPopWin;
*/ */
function setMaskSize() { function setMaskSize() {
var theBody = document.getElementsByTagName("BODY")[0]; var theBody = document.getElementsByTagName("BODY")[0];
var fullHeight = getViewportHeight(); var fullHeight = getViewportHeight();
var fullWidth = getViewportWidth(); var fullWidth = getViewportWidth();

Loading…
Cancel
Save