Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit d89d01e

Browse files
author
mattpass
committed
iceLoc added to path for image in tutorial
1 parent 876a6ab commit d89d01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/icecoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5049,7 +5049,7 @@ var ICEcoder = {
50495049
"height": 55,
50505050
"top": -55,
50515051
"left": 0,
5052-
"title": "<img src=\"assets/images/icecoder.png\" style=\"position: absolute; margin: -105px 0 0 -55px\"><br><br>Code editor awesomeness ...in your browser",
5052+
"title": "<img src=\"" + this.iceLoc + "/assets/images/icecoder.png\" style=\"position: absolute; margin: -105px 0 0 -55px\"><br><br>Code editor awesomeness ...in your browser",
50535053
"message": "View the quick start tutorial? (Well worthwhile!) or <a onclick=\"ICEcoder.viewTutorial(99, 0)\" style=\"font-size: 14px; text-decoration: underline; cursor: pointer\">skip it</a>.",
50545054
"button": "view tutorial"
50555055
},

0 commit comments

Comments
 (0)