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
This is a simple one, but it took me a while to figure it out, because I was looking for a complicated answer. The tabb templete that comes with generico Release 1.3.12, has no styling applied. I was just about to make a new template for tabs when I noticed the following in the CSS temlate link:
/cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css.
Only one /.
Changed it to:
//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css
and now all is well.
The text was updated successfully, but these errors were encountered:
This is a simple one, but it took me a while to figure it out, because I was looking for a complicated answer. The tabb templete that comes with generico Release 1.3.12, has no styling applied. I was just about to make a new template for tabs when I noticed the following in the CSS temlate link:
/cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css.
Only one /.
Changed it to:
//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css
and now all is well.
The text was updated successfully, but these errors were encountered: