mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
Upgrade jquery to remove warnings
This commit is contained in:
parent
c90561da8e
commit
5b874e3456
4 changed files with 5 additions and 9056 deletions
|
@ -1,17 +1,6 @@
|
|||
|
||||
|
||||
|
||||
var application = function() {
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
// TODO implement save as a jquery method
|
||||
// TODO maybe remove jquery
|
||||
// TODO support for browsers without pushstate
|
||||
// TODO support for push state navigation
|
||||
// TODO layerX and layerY fix warnings
|
||||
var save = function(data, callback) {
|
||||
var high = hljs.highlightAuto(data);
|
||||
var pack = {
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
<script type="text/javascript" src="jquery-1.6.3.js"></script>
|
||||
<script type="text/javascript" src="jquery-1.7.min.js"></script>
|
||||
<script type="text/javascript" src="highlight.min.js"></script>
|
||||
<script type="text/javascript" src="application.js"></script>
|
||||
|
||||
|
|
9044
jquery-1.6.3.js
vendored
9044
jquery-1.6.3.js
vendored
File diff suppressed because it is too large
Load diff
4
jquery-1.7.min.js
vendored
Normal file
4
jquery-1.7.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue