Merge pull request #678 from 0ip/admin_rel_paths

plugins.html ← Fix relative paths
This commit is contained in:
John McLear 2012-04-29 07:16:45 -07:00
commit c969e11a6b
1 changed files with 6 additions and 6 deletions

View File

@ -2,10 +2,10 @@
<head>
<title>Plugin manager</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<link rel="stylesheet" href="../../static/css/admin.css">
<script src="../../static/js/jquery.js"></script>
<script src="../../socket.io/socket.io.js"></script>
<script src="../../static/js/admin/plugins.js"></script>
<link rel="stylesheet" href="../static/css/admin.css">
<script src="../static/js/jquery.js"></script>
<script src="../socket.io/socket.io.js"></script>
<script src="../static/js/admin/plugins.js"></script>
</head>
<body>
<div id="wrapper">