Re: Dashticz - [BETA] Function - Sortable blocks
Posted: Monday 14 August 2017 13:30
Yep done, I see the link has changed but it doesn't work unfortunately. Tried Firefox, Safari for both the installs, so on my Pi and Synology
Open source Home Automation System
https://forum.domoticz.com/
Code: Select all
TypeError: can't access dead object
htmlPanel.js (line 1082, col 17)
<System>
Code: Select all
TypeError: o is undefined
buienradar.min.js (line 1, col 8360)
TypeError: window.buienradar.api is undefined
2749812...2957303 (line 166, col 5)
TypeError: window.buienradar.controls is undefined
2749812...2957303 (line 304, col 25)
TypeError: window.buienradar.getParameterByName is not a function
Code: Select all
ReferenceError: reference to undefined property "returnValue"[Learn More] jquery.min.js:3:10101
Code: Select all
Uncaught TypeError: Cannot read property 'width' of undefined
at HTMLDivElement.eval (eval at globalEval (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2), <anonymous>:72:47)
at Function.each (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2)
at n.fn.init.each (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2)
at saveBlocks (eval at globalEval (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2), <anonymous>:43:20)
at HTMLAnchorElement.onclick (192.168.1.20/:1)
(anonymous)
each @ :8080/dashticz_v2/vendor/jquery/jquery.min.js:2
each @ :8080/dashticz_v2/vendor/jquery/jquery.min.js:2
saveBlocks
onclick @ 192.168.1.20/:1
21:22:45.184 192.168.1.20/:72 Uncaught TypeError: Cannot read property 'width' of undefined
at HTMLDivElement.eval (eval at globalEval (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2), <anonymous>:72:47)
at Function.each (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2)
at n.fn.init.each (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2)
at saveBlocks (eval at globalEval (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2), <anonymous>:43:20)
at HTMLAnchorElement.onclick (192.168.1.20/:1)
21:22:47.080 192.168.1.20/:72 Uncaught TypeError: Cannot read property 'width' of undefined
at HTMLDivElement.eval (eval at globalEval (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2), <anonymous>:72:47)
at Function.each (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2)
at n.fn.init.each (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2)
at saveBlocks (eval at globalEval (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2), <anonymous>:43:20)
at HTMLAnchorElement.onclick (192.168.1.20/:1)
21:22:50.608 192.168.1.20/:72 Uncaught TypeError: Cannot read property 'width' of undefined
at HTMLDivElement.eval (eval at globalEval (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2), <anonymous>:72:47)
at Function.each (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2)
at n.fn.init.each (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2)
at saveBlocks (eval at globalEval (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2), <anonymous>:43:20)
at HTMLAnchorElement.onclick (192.168.1.20/:1)
21:23:25.173 192.168.1.20/:72 Uncaught TypeError: Cannot read property 'width' of undefined
at HTMLDivElement.eval (eval at globalEval (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2), <anonymous>:72:47)
at Function.each (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2)
at n.fn.init.each (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2)
at saveBlocks (eval at globalEval (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2), <anonymous>:43:20)
at HTMLAnchorElement.onclick (192.168.1.20/:1)
21:23:27.141 192.168.1.20/:72 Uncaught TypeError: Cannot read property 'width' of undefined
at HTMLDivElement.eval (eval at globalEval (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2), <anonymous>:72:47)
at Function.each (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2)
at n.fn.init.each (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2)
at saveBlocks (eval at globalEval (:8080/dashticz_v2/vendor/jquery/jquery.min.js:2), <anonymous>:43:20)
at HTMLAnchorElement.onclick (192.168.1.20/:1)
21:24:04.697 VM117:72 Uncaught TypeError: Cannot read property 'width' of undefined
at HTMLDivElement.eval (eval at globalEval (jquery.min.js:2), <anonymous>:72:47)
at Function.each (jquery.min.js:2)
at n.fn.init.each (jquery.min.js:2)
at saveBlocks (eval at globalEval (jquery.min.js:2), <anonymous>:43:20)
at HTMLAnchorElement.onclick ((index):1)
(anonymous) @ VM117:72
each @ jquery.min.js:2
each @ jquery.min.js:2
saveBlocks @ VM117:43
onclick @ (index):1
21:24:14.347 VM117:72 Uncaught TypeError: Cannot read property 'width' of undefined
at HTMLDivElement.eval (eval at globalEval (jquery.min.js:2), <anonymous>:72:47)
at Function.each (jquery.min.js:2)
at n.fn.init.each (jquery.min.js:2)
at saveBlocks (eval at globalEval (jquery.min.js:2), <anonymous>:43:20)
at HTMLAnchorElement.onclick ((index):1)
(anonymous) @ VM117:72
each @ jquery.min.js:2
each @ jquery.min.js:2
saveBlocks @ VM117:43
onclick @ (index):1
Are you using the old definition for getting into Edit mode?
Code: Select all
var _EDIT_MODE = true;
Code: Select all
config['edit_mode'] = 1;
Code: Select all
var config = {}
This was the solution thanks !!raymond wrote: ↑Thursday 24 August 2017 10:29it should be in the list afterCode: Select all
config['edit_mode'] = 1;
in CONFIG.jsCode: Select all
var config = {}