Commit c8397f9bc38edb5ee3963886cff7ff1681eea7b7
1 parent
cc24d4e8
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
admin/html/editormapfile.html
... | ... | @@ -16,7 +16,8 @@ |
16 | 16 | #ctx { background:orange;width:200px;height:200px; } |
17 | 17 | </style> |
18 | 18 | <script type="text/javascript" src="../js/core.js"></script> |
19 | - <script type="text/javascript" src="../js/editormapfile.js"></script> | |
19 | + <script src="../js/listatemas.js" type="text/javascript"></script> | |
20 | + <script src="../js/editormapfile.js" type="text/javascript"></script> | |
20 | 21 | </head> |
21 | 22 | <body class=" yui-skin-sam"> |
22 | 23 | <div style="margin:20px"> | ... | ... |