mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
put full jquery-ui back in. something to lost in the pipework trying
to minimize it to just the sortable component (custom build), giving TypeError: 'undefined' is not a function (evaluating 'a.curCSS(this,"overflow",1)')
This commit is contained in:
parent
051b28253c
commit
681c3e219a
2 changed files with 110 additions and 2 deletions
110
public/js/jquery-ui.min.js
vendored
110
public/js/jquery-ui.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -291,7 +291,7 @@
|
|||
|
||||
<!-- Required scripts, needed by ready() -->
|
||||
<Scripts:>
|
||||
<script src=/js/jquery.min.js></script><!-- http://code.jquery.com/jquery-1.7.2.min.js -->
|
||||
<script src=/js/jquery.min.js></script>
|
||||
{#unless _mobileDevice}<script src=/js/jquery-ui.min.js></script>{/}
|
||||
<script src=/js/underscore-min.js></script><!-- http://underscorejs.org/underscore-min.js -->
|
||||
<script src=/js/bootstrap.min.js></script><!-- http://twitter.github.com/bootstrap/assets/js/bootstrap.min.js -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue