Update jcryption.lnk.php
This commit is contained in:
parent
b84e3eb009
commit
c0221a5998
|
@ -32,3 +32,9 @@ if(!function_exists("jcryption_get_jscode")) {
|
||||||
return "$(function() { $(" . $selector . ").jCryption(); });";
|
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";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user