You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mats c448ba6f5a
Fixes flag note editing, deletion, and template update (#9581)
* Fixes flag note editing, deletion, and template update

Flag note datetime should be int.
Corrects argument order for note reloading.

* Chore: add missing radix

* fix: empty append bug

This line results in an error message popping up when clicking the flag notes text box, as the 'appendNote' case fires with no text. I can't tell that it serves any function.
4 years ago
..
admin feat: #9559, set order help text 4 years ago
client Fixes flag note editing, deletion, and template update (#9581) 4 years ago
installer
modules fix: stripTags for editing sorted list items as well 4 years ago
ajaxify.js fix: #9519 unable to properly ajaxify to home on subfolder installs if anchor did not have a trailing slash 4 years ago
app.js fix: #9507 session reroll causes socket.io to become confused (#9534) 4 years ago
overrides.js
require-config.js
service-worker.js fix: #9151, dont use service worker for posts requests 4 years ago
sockets.js feat: automatically attempt reconnection on window focus 4 years ago
utils.js feat: `hidden` class to FOUC 4 years ago
widgets.js