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
Every time I visit a datebox page the _create function appends styleTag to the header. In JQM the header will stay the same and the body element gets updated via ajax.
$("head").append($(styleTag));
Can this be changed to body, or remove any previous versions before adding a new one?
Cheers Greg
The text was updated successfully, but these errors were encountered:
Hello,
Every time I visit a datebox page the _create function appends styleTag to the header. In JQM the header will stay the same and the body element gets updated via ajax.
$("head").append($(styleTag));
Can this be changed to body, or remove any previous versions before adding a new one?
Cheers Greg
The text was updated successfully, but these errors were encountered: