Changes between Initial Version and Version 1 of Ticket #15127
- Timestamp:
- Jan 13, 2017, 10:11:42 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15127 – Description
initial v1 2 2 3 3 npm deps 4 {{{ 4 5 "jquery": "^3.1.1", 5 6 6 7 "jquery-ui": "^1.12.1", 8 }}} 7 9 8 10 No good look.. 9 11 12 {{{ 10 13 Javascript error: autocomplete is not a function 14 }}} 11 15 12 16 But if npm deps 17 {{{ 13 18 "jquery": "^2.2.4", 14 19 15 20 "jquery-ui": "1.10.5", 21 }}} 16 22 17 23 All its work 18 24 19 May be bug or i stu id?25 May be bug or i stupid?