Fix the urls to rightwatermark.png

pull/169/head
bgrozev 11 years ago
parent 5bec891d41
commit 23c2df38ea
  1. 4
      app.js

@ -1155,7 +1155,7 @@ $(document).ready(function () {
rightWatermarkDiv.parent().get(0).href
= interfaceConfig.BRAND_WATERMARK_LINK;
rightWatermarkDiv.get(0).style.backgroundImage
= "url(../images/rightwatermark.png)";
= "url(images/rightwatermark.png)";
}
}
@ -1234,7 +1234,7 @@ $(document).ready(function () {
rightWatermarkDiv.parent().get(0).href
= interfaceConfig.BRAND_WATERMARK_LINK;
rightWatermarkDiv.get(0).style.backgroundImage
= "url(../images/rightwatermark.png)";
= "url(images/rightwatermark.png)";
}
if (interfaceConfig.SHOW_POWERED_BY) {

Loading…
Cancel
Save