bringing up to date for this box

This commit is contained in:
Iam Naughton Phier 2014-08-04 18:54:27 +03:00
parent 7d3abacf02
commit 7b1a4d8465
2 changed files with 320 additions and 0 deletions

View file

@ -1,8 +1,13 @@
<html>
<head>
<title>Sahli Editor</title>
<!-- changed to local copies to avoid party network "dropouts" preventing the code from running
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>
-->
<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">