diff --git a/lib_textillate.php b/lib_textillate.php index 9dbd4a6..7581cf9 100644 --- a/lib_textillate.php +++ b/lib_textillate.php @@ -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(),'textillate/lib/jquery.textillate.js');} + return new \SYSTEM\PLIB('textillate/lib/jquery.textillate.js');} public static function version(){ return 'https://github.com/jschr/textillate (commit: e34a9938c5)';} } \ No newline at end of file