From ac91331c18717642915cbb53e2d91dd0d010f231 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 30 Mar 2014 17:37:12 -0700 Subject: notes widget: jquery.live is deprecated, replacing with jquery.on and binding to focusout, as the input and paste callbacks are a bit wasteful - they are presumably called on every character typed, yet some of these events have gone missing (probably due to having a lot of network calls in quick succession) so hopefully a single save of the workspace on focusout should be more reliable. --- view/tpl/notes.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/notes.tpl b/view/tpl/notes.tpl index 09932e545..b67f66f5b 100644 --- a/view/tpl/notes.tpl +++ b/view/tpl/notes.tpl @@ -1,6 +1,6 @@
-- cgit v1.2.3