Mercurial > MadButterfly
view inkscape/firefox/content/MadBuilderOverlay.js @ 1441:9bd8e814f730
Handle the utf-8 string correctly.
author | wycc |
---|---|
date | Mon, 11 Apr 2011 13:09:11 +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); }