Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 799 → Rev 800

/trunk/plugins/viathinksoft/captcha/vts_challenge/OIDplusCaptchaPluginVtsClientChallenge.class.php
67,7 → 67,7
 
<script src="'.(OIDplus::webPath() . 'vendor/components/jquery/jquery.min.js').'"></script>
<script src="'.(OIDplus::webPath() . 'vendor/emn178/js-sha3/src/sha3.js').'"></script>
<script src="'.(OIDplus::webPath(__DIR__) . 'OIDplusCaptchaPluginVtsClientChallenge.js').'"></script>
<script src="'.(OIDplus::webpath(__DIR__,true) . 'OIDplusCaptchaPluginVtsClientChallenge.js').'"></script>
'; // we include OIDplusCaptchaPluginVtsClientChallenge.js not via manifest.xml, otherwise oobe.php would not work
}