From 327bd4bfbc61979b98b01f7a1eaa9910dea01f77 Mon Sep 17 00:00:00 2001 From: Messerbill Date: Tue, 9 Jun 2015 22:06:24 +0200 Subject: [PATCH] fixed: path to js file --- lib_textillate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_textillate.php b/lib_textillate.php index 1554b5a..9dbd4a6 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(),'tablesorter/lib/jquery.textillate.js');} + return \SYSTEM\WEBPATH(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