Jump to content

Widget Reload button doesn't seem to work


cre8tive

Recommended Posts

Hey guys,

After we updated WHMCS to version 7.3.0 we noticed that when we click the reload widget button to reload content of the widget we see the reload button spinning and spinning, for ever!

We found out from the .js file that each widget calls a url: /widget/display/toggle/+n, where +n is the number of the widget. So, if for instance we browse the page: /widget/display/toggle/4 we get a json message saying:

{"success":true}

And when we reload the admin page we see that the widget was succesfully updated. I figured to inspect element at the console when we click the button for any javascript errors and voila:

TypeError: WHMCS.adminUtils is undefined   scripts.min.js:1:10438

So I guess there is an error in the .js file. We use cloudflare cache that minifies .js and .css files. We disabled Cloudflare for this domain to be sure, but still the error is there.

Any thoughts?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated