summaryrefslogtreecommitdiffstats
path: root/install/ui/src/libs/jquery.ordered-map.js
Commit message (Collapse)AuthorAgeFilesLines
* jQuery.ordered_map: remove map attributePetr Vobornik2015-05-121-8/+2
| | | | | | | | map attribute is redundant and not used. Use `get` method instead. Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
* jQuery.ordered_map: faster creationPetr Vobornik2015-05-121-1/+7
| | | | | | | | Creation of map with e.g. 30K values was very slow. Map checked if a value is in in the map but it used Array's indexOf method therefore the complexity was quadratic instead of linear. Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
* Update jQuery to version 2.0.3Petr Vobornik2014-01-211-0/+0
| | | | https://fedorahosted.org/freeipa/ticket/2811
* Add phase on exact positionPetr Vobornik2013-05-061-4/+14
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Move of Web UI non AMD dep. libs to libs subdirectoryPetr Vobornik2013-01-181-0/+155
Third party JS libraries which are not AMD modules were moved to src/libs/ directory. Links in html files were changed accordingly. https://fedorahosted.org/freeipa/ticket/112