Fix the urls to rightwatermark.png

This commit is contained in:
bgrozev 2014-10-01 16:49:14 +03:00
parent 5bec891d41
commit 23c2df38ea
1 changed files with 2 additions and 2 deletions

4
app.js
View File

@ -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) {