Commit 0f9c088c authored by Alexandru Ghica's avatar Alexandru Ghica

Added error_icon.png and spinner.gif images

Added error_icon.png and spinner.gif images to not make it dependent of
Plone resources.
parent 8c45f232
......@@ -30,7 +30,7 @@
}
#connecting-to-chat {
background: url('/spinner.gif') no-repeat;
background: url(images/spinner.gif) no-repeat left;
padding-left: 1.4em;
}
......
......@@ -1818,7 +1818,7 @@
$toggle.hide();
$connecting.show();
$connecting.html('Unable to communicate with chat server');
$connecting.css('background-image', "url('/error_icon.png')");
$connecting.css('background-image', "url(images/error_icon.png)");
console.log("Connection Failed :(");
}, this));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment