framework/js/lib/utils
Toby Zerner 26a821e3e2 Improve client XHR error handling
The default XHR error handler produce an alert which is appropriate to the response status code. It can be overridden per-request (by specifying the `errorHandler` option) so that the alert can be suppressed or displayed in a different position (e.g. inside a modal).

ref #118
2015-10-20 12:48:26 +10:30
..
abbreviateNumber.js Massive JavaScript cleanup 2015-07-15 14:01:11 +09:30
anchorScroll.js Fix PostStream endless loading due to broken scroll anchor 2015-07-22 09:55:20 +09:30
classList.js Major CSS revamp 2015-07-17 14:47:49 +09:30
computed.js Fix JS docblock 2015-08-26 17:11:54 +09:30
Drawer.js Get admin area working again 2015-07-29 20:58:22 +09:30
evented.js Massive JavaScript cleanup 2015-07-15 14:01:11 +09:30
extract.js Massive JavaScript cleanup 2015-07-15 14:01:11 +09:30
extractText.js Move generic util into lib 2015-09-04 12:15:41 +09:30
formatNumber.js Massive JavaScript cleanup 2015-07-15 14:01:11 +09:30
humanTime.js Massive JavaScript cleanup 2015-07-15 14:01:11 +09:30
ItemList.js Prevent ItemList crash when item is a number 2015-09-04 12:17:01 +09:30
mapRoutes.js Support running in subdirectory with base_path config 2015-08-13 12:58:59 +09:30
mixin.js Massive JavaScript cleanup 2015-07-15 14:01:11 +09:30
patchMithril.js Patch Mithril with a route shortcut attribute 2015-09-22 17:09:38 +09:30
RequestError.js Improve client XHR error handling 2015-10-20 12:48:26 +10:30
ScrollListener.js Massive JavaScript cleanup 2015-07-15 14:01:11 +09:30
string.js Remove <script> tags from plain post content 2015-08-31 10:49:24 +09:30
stringToColor.js Add some comments 2015-07-18 10:56:01 +09:30
SubtreeRetainer.js Remove redundant call 2015-09-01 10:08:37 +09:30