Commit e277bbcf authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

provide jquery.jsoneditor.js in static directory instead of getting from raw.github.com

because the response content_type from raw.github.com is text/plain.
parent 39946af2
......@@ -5,8 +5,7 @@
<link rel="stylesheet" href="css/demo-new.css">
<link rel="stylesheet" href="css/flowchartDemo.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet"
href="http://raw.github.com/DavidDurman/FlexiJsonEditor/master/jsoneditor.css">
<link rel="stylesheet" href="css/jsoneditor.css">
</head>
<body data-demo-id="flowchartConnectorsDemo" data-library="jquery">
......@@ -100,8 +99,7 @@
<!-- flot -->
<script src="lib/jquery.flot.js"></script>
<script src="lib/jquery.flot.stack.js"></script>
<script src="http://raw.github.com/DavidDurman/FlexiJsonEditor/master/jquery.jsoneditor.js"></script>
<script src="lib/jquery.jsoneditor.js"></script>
<div id="dialog-form" title="Configure">
<form>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment