- Fix notes issues. Now, notes are part of a CDATA seccion

This commit is contained in:
Paulo Veiga
2011-11-27 20:55:52 -03:00
parent 0ac513ea1e
commit 30de8b44ed
3 changed files with 307 additions and 291 deletions

View File

@@ -78,6 +78,15 @@
}
}
});
// @Todo: Hack for testing save ...
window.MapEditorService = {};
window.MapEditorService.saveMap = function(mapId, xmlMapStr, pref, saveHistory){
console.log(xmlMapStr);
};
</script>
<link rel="icon" href="../images/favicon.ico" type="image/x-icon">