etiquette/frontends/etiquette_flask/static/js
voussoir 4da331a3ab Fix entry_with_replacements unable to select text.
This hook had a bug where you couldn't select text because every
time you push a button, including ctrl+a or shift+left/right, the
cursor position gets reset and then deselects immediately.

So let's only reset the content and cursor only when text changes,
so arrow keys and ctrl don't have any negative effects.
2020-01-30 12:28:28 -08:00
..
api.js Add endpoint for photo generate thumbnail. 2020-01-12 14:52:03 -08:00
common.js Fix entry_with_replacements unable to select text. 2020-01-30 12:28:28 -08:00
editor.js Pull spinner code into own file spinner.js. 2019-04-27 15:42:02 -07:00
hotkeys.js Replace all usage of "keybind" -> "hotkey". 2018-08-16 19:45:14 -07:00
photo_clipboard.js Don't set windowName for the full clipboard page. 2019-08-25 17:17:40 -07:00
spinner.js Fix 'this' in the delayed spinner timeout. 2019-06-15 14:30:23 -07:00
tag_autocomplete.js Add namespacing to common.js. 2018-07-22 20:21:00 -07:00