The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
More errors with sortable.js, help! - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: More errors with sortable.js, help! (/showthread.php?tid=1748) |
More errors with sortable.js, help! - Smmedia - Nov 14th, 2011 UPDATE: Ok I did the fix for the line Ben told me to fix. Now I get: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C) Timestamp: Sun, 13 Nov 2011 19:45:58 UTC Message: Expected identifier, string or number Line: 541 Char: 5 Code: 0 URI: http://allfloridanews.com/formtools/glob...ortable.js Some help would be appreciated. RE: More errors with sortable.js, help! - Ben - Nov 14th, 2011 Hi smmedia, Drat...! Same problem: just removed the trailing comma on that line: Code: "click": function() { should be: Code: "click": function() { I should have my Windows environments set up this week, and will look over everything in IE then. - Ben RE: More errors with sortable.js, help! - Smmedia - Nov 15th, 2011 (Nov 14th, 2011, 9:45 AM)Ben Wrote: Hi smmedia, THANK YOU! Works OK now! THANKS! |