Code error in plugin fixed with mod
-
A WPTables developer pointed out an error in a file that was making their plugin fail. I hope it will be useful for everyone.
The file is:
…/plugins/ultimate-under-construction/includes/js/uuc-script.js
<>
Line 10 add “var” in front of variable “background_color”, so it looks like this:
var background_color = $(‘#background-color’);
<>
That modification fixed a javascript error…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Code error in plugin fixed with mod’ is closed to new replies.