attempt to fix the webui not loading problem

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8371 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-06-04 17:42:06 +00:00
parent f1507218ad
commit 3dc0da6e2c
2 changed files with 8 additions and 6 deletions

View File

@ -3,14 +3,15 @@
<head>
<title>New webinterface for Retroshare</title>
<script src="react.js"></script>
<script src="JSXTransformer.js"></script>
<script src="RsXHRConnection.js"></script>
<script src="RsApi.js"></script>
<!-- it seems to work more reliable, if the jsx file is loaded before react -->
<script type="text/jsx" src="gui.jsx"></script>
<script src="react.js"></script>
<script src="JSXTransformer.js"></script>
<link href="green-black.css" rel="stylesheet">
<meta charset="utf-8">

View File

@ -3,14 +3,15 @@
<head>
<title>New webinterface for Retroshare</title>
<script src="react.js"></script>
<script src="JSXTransformer.js"></script>
<script src="RsXHRConnection.js"></script>
<script src="RsApi.js"></script>
<!-- it seems to work more reliable, if the jsx file is loaded before react -->
<script type="text/jsx" src="gui.jsx"></script>
<script src="react.js"></script>
<script src="JSXTransformer.js"></script>
<link href="green-black.css" rel="stylesheet">
<meta charset="utf-8">