Fix editor to work without a webserver running (dev mode)

This commit is contained in:
Iam Naughton Phier 2014-08-07 16:29:45 +03:00
parent e1c14acd3f
commit d0f5a09f45
4 changed files with 1211 additions and 16 deletions

View file

@ -5,12 +5,13 @@
as it can't be pulled from afar if the network is down. Use remote if you would like, just uncomment
<script src="//code.jquery.com/jquery-2.1.0.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.min.js" type="text/javascript" charset="utf-8" ></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/dot-luv/jquery-ui.css">
-->
<script src="jquery-2.1.0.min.js" type="text/javascript" async defer></script>
<script src="jquery-ui.min.js" type="text/javascript" async defer></script>
<script src="/editor/sahliedit.js" type="text/javascript" charset="utf-8" async defer></script>
<link rel="stylesheet" href="/editor/sahliedit.css">
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/dot-luv/jquery-ui.css">
<script src="jquery-2.1.0.min.js" type="text/javascript"></script>
<script src="jquery-ui.min.js" type="text/javascript"></script>
<script src="sahliedit.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="sahliedit.css">
<link rel="stylesheet" href="jquery-ui-dot-luv.css">
</head>
<body>
<h1>Sahli Editor</h1>