Skip to content
Snippets Groups Projects
Commit 7ec98eb6 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

Update index.xhtml

parent ad97f1f1
No related branches found
No related tags found
3 merge requests!716Merge 12.2.0,!715merge 12.2.0,!683hopefully the last time I fix Safari jQuery icons
Pipeline #9123 passed
......@@ -40,7 +40,6 @@
* This is a hack that fixes this issue by forcing the icon sprite png to be loaded once the document is ready.
*/
$('document').ready(function() {
console.log('hi');
var style = document.createElement("style");
var styleText = document.createTextNode(".ui-icon { background-image: url(/minerva/javax.faces.resource/images/ui-icons_616161_256x240.png.xhtml?ln=primefaces-aristo&m_version=Unknown) !important; }");
style.appendChild(styleText);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment