Commit 871178dd8e337c91a30d79e9ee407673c419e78e
1 parent
8969ebda
Rewrite location from error to correct.
Showing
1 changed file
with
2 additions
and
4 deletions
html/maintain.html
@@ -7,8 +7,6 @@ | @@ -7,8 +7,6 @@ | ||
7 | 7 | ||
8 | <link rel="stylesheet" href="../css/back.css"> | 8 | <link rel="stylesheet" href="../css/back.css"> |
9 | 9 | ||
10 | - <script src="http://localhost:35729/livereload.js"></script> | ||
11 | - | ||
12 | <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery.js"></script> | 10 | <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery.js"></script> |
13 | <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script> | 11 | <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script> |
14 | <script type="text/javascript" src="../js/common/config.js"></script> | 12 | <script type="text/javascript" src="../js/common/config.js"></script> |
@@ -321,8 +319,8 @@ | @@ -321,8 +319,8 @@ | ||
321 | 319 | ||
322 | <script type="text/javascript"> | 320 | <script type="text/javascript"> |
323 | seajs.use([ | 321 | seajs.use([ |
324 | - '/js/common/common.js', | ||
325 | - '/js/users/maintain.js' | 322 | + '../js/common/common.js', |
323 | + '../js/users/maintain.js' | ||
326 | ]); | 324 | ]); |
327 | </script> | 325 | </script> |
328 | 326 |