view inkscape/firefox/content/MadBuilderOverlay.js @ 1516:7d6d77992aba

Fix the bug of deactivating moving state mode. - It fault to deactivate moving state mode when user is selecting a transition. - Since _on_deactivate stack was not handled correctly.
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 11 May 2011 01:13:19 +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);
}