Don't add the port twice when reloading CSS

This commit is contained in:
Eric Lippmann 2016-04-06 12:09:49 +02:00
parent 0f538e7f06
commit 31adfb8a9f
1 changed files with 0 additions and 3 deletions

View File

@ -100,9 +100,6 @@
var $oldLink = $(this);
if ($oldLink.hasAttr('type') && $oldLink.attr('type').indexOf('css') > -1) {
var base = location.protocol + '//' + location.host;
if (location.port) {
base += location.port;
}
var url = icinga.utils.addUrlParams(
$(this).attr('href'),
{ id: new Date().getTime() }