We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41e75c commit 8e5de1fCopy full SHA for 8e5de1f
application/views/rest_server.php
@@ -112,11 +112,9 @@
112
<p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds. <?php echo (ENVIRONMENT === 'development') ? 'CodeIgniter Version <strong>' . CI_VERSION . '</strong>' : '' ?></p>
113
</div>
114
115
-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
116
-
117
-<script type="text/javascript">
118
-//<![CDATA[
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
119
+<script>
120
$(function() {
121
122
$("#ajax").on("click", function(evt) {
@@ -139,9 +137,7 @@
139
137
});
140
138
141
142
143
-//]]>
144
</script>
145
146
</body>
147
-</html>
+</html>
0 commit comments