Moved global java script variables into js file

This commit is contained in:
cmanske%netscape.com 1999-04-21 20:55:31 +00:00
Родитель b7d31a2e1b
Коммит 6fe595eca4
2 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -21,11 +21,6 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="Startup()" title="&editorWindow.title;">
<html:script>
var editorType = "html";
var editorName = "EditorAppCoreHTML";
</html:script>
<html:script language="JavaScript" src="chrome://editor/content/EditorCommands.js">
</html:script>

Просмотреть файл

@ -1,3 +1,5 @@
var editorType = "html";
var editorName = "EditorAppCoreHTML";
/* the following variables are expected to be defined
in the embedding file: