fixed: path to js file

This commit is contained in:
Messerbill 2015-06-09 22:06:24 +02:00
parent 5248bfd044
commit 327bd4bfbc

View File

@ -4,7 +4,7 @@ class lib_textillate extends \LIB\lib_js{
public static function get_class(){
return self::class;}
public static function js_path(){
return \SYSTEM\WEBPATH(new \SYSTEM\PLIB(),'tablesorter/lib/jquery.textillate.js');}
return \SYSTEM\WEBPATH(new \SYSTEM\PLIB(),'textillate/lib/jquery.textillate.js');}
public static function version(){
return '<a href="https://github.com/jschr/textillate" target="_blank">https://github.com/jschr/textillate</a> (commit: e34a9938c5)';}
}