ORIENT/modules/system/assets
Teranode 7c919e01bc Fix hide event firing twice (#3898)
The setTimeout fires after the modal already hides so it ends up firing twice which causes an error because the element is no longer there:
```
Uncaught TypeError: Cannot read property 'get' of null
    at Popup.triggerEvent (storm-min.js?v443:3732)
    at Popup.hide (storm-min.js?v443:3741)
    at storm-min.js?v443:3730
```
Credit to @Teranode for the fix.
2018-11-01 10:32:37 -06:00
..
css Improve table column width handling on Chrome (#3834) 2018-09-30 18:11:07 -06:00
images UI updates 2016-02-19 22:12:41 -08:00
js Add Tab icons functionality (#3901) 2018-10-30 20:06:33 -06:00
less Minor UI improvements to recordfinder 2017-07-06 19:11:57 +10:00
ui Fix hide event firing twice (#3898) 2018-11-01 10:32:37 -06:00
vendor Add prettify, update Ace, recompile assets 2015-08-03 19:00:45 +10:00