You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to jQuery's sub-part .success() handling (which is deprecated since 1.8 thankfully), the code in site.js needs updating to use .done() and HTTP Status Code handling.
Otherwise the redirecting doesn't happen.
The text was updated successfully, but these errors were encountered:
Thanks to jQuery's sub-part
.success()
handling (which is deprecated since 1.8 thankfully), the code insite.js
needs updating to use.done()
and HTTP Status Code handling.Otherwise the redirecting doesn't happen.
The text was updated successfully, but these errors were encountered: