Update jcryption.lnk.php

This commit is contained in:
Namhyeon Go 2018-09-30 03:48:45 +09:00 committed by GitHub
parent b84e3eb009
commit c0221a5998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,3 +32,9 @@ if(!function_exists("jcryption_get_jscode")) {
return "$(function() { $(" . $selector . ").jCryption(); });";
}
}
if(!function_exists("jcryption_get_js_url")) {
function jcryption_get_js_url() {
return base_url() . "vendor/jCryption/js/jquery.jcryption.3.1.0.js";
}
}