Pin jQuery to < 2; fixing unusable dashboard JS ('indexOf' of undefined)
Otherwise we get lots of: Uncaught TypeError: Cannot read property 'indexOf' of undefined And the dashboard is completely unusable. (Actually, <3 works, but the project-requirements-change.py Zuul check doesn't pass when this isn't <2.) Closes-Bug: #1794028 Change-Id: Iaf3d33d3200f2fed934bde4d7373674de722a9e1
This commit is contained in:
parent
b068440330
commit
8a984300eb
@ -56,7 +56,7 @@ XStatic-D3>=3.5.17.0 # BSD License (3 clause)
|
||||
XStatic-Hogan>=2.0.0.2 # Apache 2.0 License
|
||||
XStatic-Font-Awesome>=4.7.0.0 # SIL OFL 1.1 License, MIT License
|
||||
XStatic-Jasmine>=2.4.1.1 # MIT License
|
||||
XStatic-jQuery>=1.8.2.1 # MIT License
|
||||
XStatic-jQuery>=1.8.2.1,<2 # MIT License
|
||||
XStatic-JQuery-Migrate>=1.2.1.1 # MIT License
|
||||
XStatic-JQuery.quicksearch>=2.0.3.1 # MIT License
|
||||
XStatic-JQuery.TableSorter>=2.14.5.1 # MIT License
|
||||
|
Loading…
Reference in New Issue
Block a user