Fix the urls to rightwatermark.png
This commit is contained in:
parent
5bec891d41
commit
23c2df38ea
4
app.js
4
app.js
|
@ -1155,7 +1155,7 @@ $(document).ready(function () {
|
||||||
rightWatermarkDiv.parent().get(0).href
|
rightWatermarkDiv.parent().get(0).href
|
||||||
= interfaceConfig.BRAND_WATERMARK_LINK;
|
= interfaceConfig.BRAND_WATERMARK_LINK;
|
||||||
rightWatermarkDiv.get(0).style.backgroundImage
|
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
|
rightWatermarkDiv.parent().get(0).href
|
||||||
= interfaceConfig.BRAND_WATERMARK_LINK;
|
= interfaceConfig.BRAND_WATERMARK_LINK;
|
||||||
rightWatermarkDiv.get(0).style.backgroundImage
|
rightWatermarkDiv.get(0).style.backgroundImage
|
||||||
= "url(../images/rightwatermark.png)";
|
= "url(images/rightwatermark.png)";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (interfaceConfig.SHOW_POWERED_BY) {
|
if (interfaceConfig.SHOW_POWERED_BY) {
|
||||||
|
|
Loading…
Reference in New Issue