view inkscape/firefox/content/MadBuilderOverlay.js @ 930:30cd14b11bc7

USe the graphics from the Max.
author wycc
date Sat, 06 Nov 2010 00:53:59 +0800
parents 63aaf96209cd
children
line wrap: on
line source

function start_madbuilder() {
    var url = "chrome://MadBuilder/content/madbuilder.html";
    var browser = document.getElementById("content");

    browser.loadURI(url, null, null, true);
}