Edited static/pad.html via GitHub

pull/36/merge^2
Robin 2011-07-24 09:33:16 -07:00
parent 520da9d521
commit 83f790af1c
1 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@
<title>Etherpad Lite</title>
<!-- <base href="http://localhost:9001/" />-->
<!-- CSS -->
<link href="../static/css/pad_lite.css" rel="stylesheet" type="text/css"/>
<link href="../static/css/pad_lite.css" rel="stylesheet">
<!--[if lte IE 7]>
<link href="../static/css/pad_ie_lite.css" rel="stylesheet" type="text/css"/>
<link href="../static/css/pad_ie_lite.css" rel="stylesheet">
<![endif]-->
<!-- javascript -->
<script type="text/javascript">
@ -17,8 +17,8 @@
var clientVars = {}; // ]]>
</script>
<script type="text/javascript" src="../socket.io/socket.io.js"></script>
<script type="text/javascript" src="../minified/pad.js"></script>
<script src="../socket.io/socket.io.js"></script>
<script src="../minified/pad.js"></script>
<style type="text/css" title="dynamicsyntax"></style>
</head>