~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/media/tutorial.js

Move the remaining images to the new framework, in the new ivle.webapp.core
plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
529
529
                    opt.appendChild(document.createTextNode(" "));
530
530
                    var img = document.createElement("img");
531
531
                    img.setAttribute("src",
532
 
                        make_path("media/images/tutorial/tiny/complete.png"));
 
532
                        make_path("+media/ivle.webapp.tutorial/images/tiny/complete.png"));
533
533
                    img.setAttribute("alt", "Complete");
534
534
                    opt.appendChild(img);
535
535
                }