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
When connect / enter is pressed the console shows the error TypeError: S(...).css(...) is undefined.
It looks like the whole script.js is reloaded. The root (function ($, window, document, undefined) from foundation.js is called again. This is probably caused by our submit trick: #12 (comment)
The text was updated successfully, but these errors were encountered:
When connect / enter is pressed the console shows the error
TypeError: S(...).css(...) is undefined
.It looks like the whole script.js is reloaded. The root
(function ($, window, document, undefined)
from foundation.js is called again. This is probably caused by our submit trick: #12 (comment)The text was updated successfully, but these errors were encountered: