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
which is wrong in two places the last } is too much and encasing the day placeholder with ' also brakes the selector. The right code line could look like this
This code line creates a wrongly formated selector for document.querySelector and results into a DOMException
ember-pikaday/addon/helpers/pikaday.js
Line 40 in 19366ea
for example day=5 gives
which is wrong in two places the last } is too much and encasing the day placeholder with ' also brakes the selector. The right code line could look like this
The text was updated successfully, but these errors were encountered: