NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on December 29, 2018, 02:52:50 AM
-
CL 11
NT 11.04
Theme: base
When I click the staff menu choice, all the drop down menu's appear?
They all work when clicked.
See Attached Image
Brian.
-
If you really have the "error in site javascript" banner showing (rather than just a quick flash), have you tried running copyall.bat and/or setting debug options and turning off caching on the Performance tab of the web server extension?
-
Yes, did most but not all of those. will try again - Thanks.
-
use developer tools (F12), and console window to identify the source of your error on the page.
cheers
Bruce
-
Looks like I resolved the issue. I was using popup animation and entering
'"slide",duration: 500'
Instead of
'effect: "slide",duration: 500'
Thanks for your help.