I'm trying to run uMirror on a 7.1.0 installation and get 2 errors on starting a project.
1) On clicking 'start': Line: 104 Error: Function expected
2) On clicking 'cancel': Line: 103 Error: 'False' is undefined
The second error can easily be corrected: just change False to false in \Umbraco\Plugins\uMirror\Dialogs\StartSync
Don't know how to correct the first error
javascript errors on 7.1.0
Hi,
I'm trying to run uMirror on a 7.1.0 installation and get 2 errors on starting a project. 1) On clicking 'start': Line: 104 Error: Function expected 2) On clicking 'cancel': Line: 103 Error: 'False' is undefined
The second error can easily be corrected: just change False to false in \Umbraco\Plugins\uMirror\Dialogs\StartSync Don't know how to correct the first error
After some more testing, I found both options only give errors on IE 11. On Chrome they do work.
Thanks Vincent !
I have added the bug in our to-do list
is working on a reply...