forked from lxm_front/Mergely
Fixed rendering issue where changes were skipped. Upgraded to work with jquery 1.9.0.
This commit is contained in:
@@ -12,11 +12,9 @@ This example demonstrates how to enable line wrapping
|
||||
<meta name="author" content="Jamie Peabody" />
|
||||
|
||||
<!-- Requires jQuery -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
|
||||
<!-- Optional jquery.corner for rounded buttons -->
|
||||
<script src="jquery.corner.js" type="text/javascript"></script>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" type="text/javascript"></script>
|
||||
|
||||
<!-- Requires CodeMirror 2.16 -->
|
||||
<!-- Requires CodeMirror -->
|
||||
<script type="text/javascript" src="../lib/codemirror.js"></script>
|
||||
<link type="text/css" rel="stylesheet" href="../lib/codemirror.css" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user