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 lot of work since Joomla template will need changes. Just recording useful links for future reference. UIkit v3 has better support for hover tooltips on touchscreens.
Add bookmark and run on page: javascript: (function () { var script = document.createElement('script'); script.setAttribute('src', 'https://getuikit.com/migrate.min.js'); document.body.appendChild(script); }());
In .htaccess, unsafe-eval can be removed if upgraded to v3. See uikit/uikit#3115
The text was updated successfully, but these errors were encountered:
This is lot of work since Joomla template will need changes. Just recording useful links for future reference. UIkit v3 has better support for hover tooltips on touchscreens.
javascript: (function () { var script = document.createElement('script'); script.setAttribute('src', 'https://getuikit.com/migrate.min.js'); document.body.appendChild(script); }());
In .htaccess,
unsafe-eval
can be removed if upgraded to v3. See uikit/uikit#3115The text was updated successfully, but these errors were encountered: