Hi,
I moved at line 96 from "components/com_ariquiz/views/question/tmpl/default.php" :
Code: |
<a href="#" class="btn btn-primary disable-onsubmit" onclick="if (YAHOO.util.Dom.hasClass(this, 'disabled')) return false; if (ariQuizQueManager.validate()) ariQuizQueManager.savePage(); return false;"><i class="icon-pencil"></i> <?php echo JText::_('COM_ARIQUIZ_LABEL_SAVE'); ?></a>
|
To the <div> at line 841 from the "components/com_ariquiz/assets/js/question.js" :
But now, when I click on the "Validate" button, I'm redirected to the site home page.
Any idea ?
Thanks,
Synkro.