Skip to content

Commit 8e5de1f

Browse files
committed
Removed attributes that aren't required
1 parent c41e75c commit 8e5de1f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

application/views/rest_server.php

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,9 @@
112112
<p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds. <?php echo (ENVIRONMENT === 'development') ? 'CodeIgniter Version <strong>' . CI_VERSION . '</strong>' : '' ?></p>
113113
</div>
114114

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[
115+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
119116

117+
<script>
120118
$(function() {
121119

122120
$("#ajax").on("click", function(evt) {
@@ -139,9 +137,7 @@
139137
});
140138
});
141139
});
142-
143-
//]]>
144140
</script>
145141

146142
</body>
147-
</html>
143+
</html>

0 commit comments

Comments
 (0)