From 8a7a3377e82231ecf09d40732c75e8bee032228e Mon Sep 17 00:00:00 2001 From: Messerbill Date: Tue, 9 Jun 2015 22:18:01 +0200 Subject: [PATCH] path fix --- lib_lettering.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_lettering.php b/lib_lettering.php index 5e18ae0..baeab35 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(),'tablesorter/lib/jquery.lettering.js');} + return \SYSTEM\WEBPATH(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