diff --git a/lib_lettering.php b/lib_lettering.php index baeab35..73e5d94 100644 --- a/lib_lettering.php +++ b/lib_lettering.php @@ -4,7 +4,7 @@ class lib_lettering extends \LIB\lib_js{ public static function get_class(){ return self::class;} public static function js_path(){ - return \SYSTEM\WEBPATH(new \SYSTEM\PLIB(),'lettering/lib/jquery.lettering.js');} + return new \SYSTEM\PLIB('lettering/lib/jquery.lettering.js');} public static function version(){ return 'https://github.com/davatron5000/Lettering.js (commit: 48388649e0)';} } \ No newline at end of file