mirror of
https://github.com/pi-hole/web.git
synced 2026-05-01 06:02:28 +01:00
Fixed demo.js link errors
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<link href="../../css/AdminLTE.css" rel="stylesheet" type="text/css" />
|
||||
<!-- bootstrap wysihtml5 - text editor -->
|
||||
<link href="../../css/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
@@ -420,7 +420,7 @@
|
||||
<form>
|
||||
<textarea id="editor1" name="editor1" rows="10" cols="80">
|
||||
This is my textarea to be replaced with CKEditor.
|
||||
</textarea>
|
||||
</textarea>
|
||||
</form>
|
||||
</div>
|
||||
</div><!-- /.box -->
|
||||
@@ -436,7 +436,7 @@
|
||||
</div><!-- /.box-header -->
|
||||
<div class='box-body pad'>
|
||||
<form>
|
||||
<textarea class="textarea" placeholder="Place some text here" style="width: 100%; height: 200px; font-size: 14px; line-height: 18px; border: 1px solid #dddddd; padding: 10px;"></textarea>
|
||||
<textarea class="textarea" placeholder="Place some text here" style="width: 100%; height: 200px; font-size: 14px; line-height: 18px; border: 1px solid #dddddd; padding: 10px;"></textarea>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
@@ -457,7 +457,7 @@
|
||||
<!-- AdminLTE App -->
|
||||
<script src="../../js/AdminLTE/app.js" type="text/javascript"></script>
|
||||
<!-- AdminLTE for demo purposes -->
|
||||
<script src="js/AdminLTE/demo.js" type="text/javascript"></script>
|
||||
<script src="../../js/AdminLTE/demo.js" type="text/javascript"></script>
|
||||
<!-- CK Editor -->
|
||||
<script src="../../js/plugins/ckeditor/ckeditor.js" type="text/javascript"></script>
|
||||
<!-- Bootstrap WYSIHTML5 -->
|
||||
@@ -473,4 +473,4 @@
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user