[svn r18619] Minor - Fixed a missing javascript custom-form-elements.js - see FS#3648

skala
Cristian Fasanando 17 years ago
parent 350762e84a
commit a37f3f61a4
  1. 7
      main/exercice/exercice_submit.php

@ -1,4 +1,4 @@
<?php // $Id: exercice_submit.php 18541 2009-02-17 14:48:55Z cfasanando $ <?php // $Id: exercice_submit.php 18619 2009-02-20 15:33:59Z cfasanando $
/* /*
============================================================================== ==============================================================================
@ -42,7 +42,7 @@
* @package dokeos.exercise * @package dokeos.exercise
* @author Olivier Brouckaert * @author Olivier Brouckaert
* @author Julio Montoya multiple fill in blank option added * @author Julio Montoya multiple fill in blank option added
* @version $Id: exercice_submit.php 18541 2009-02-17 14:48:55Z cfasanando $ * @version $Id: exercice_submit.php 18619 2009-02-20 15:33:59Z cfasanando $
*/ */
@ -788,8 +788,7 @@ $htmlHeadXtra[] = "<script type=\"text/javascript\" src=\"../plugin/hotspot/Java
} }
} }
// --> // -->
</script>"; </script>";
$htmlHeadXtra[] = "<script type=\"text/javascript\" src=\"../inc/lib/javascript/custom-form-elements.js\"></script>";
Display::display_header($nameTools,"Exercise"); Display::display_header($nameTools,"Exercise");
} }
else else

Loading…
Cancel
Save