aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/notes.tpl
Commit message (Collapse)AuthorAgeFilesLines
* push notes widget updates to channel clones on focusout (final save). Don't ↵friendica2014-04-101-3/+5
| | | | do this for the auto-save events (every ten seconds) which could generate superfluous network traffic.
* save notes every ten seconds while focused, then save them once more on focusoutfriendica2014-04-011-1/+16
|
* notes widget: jquery.live is deprecated, replacing with jquery.on and ↵friendica2014-03-301-1/+1
| | | | 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.
* this saves notes on the fly. i think this is appropriate behavior for a ↵marijus2013-12-111-6/+3
| | | | notes widget. btw... one would get mad at oneself if noting something important and forget to save it. with this behavior one can at least get mad at the developer if something goes wrong :)
* notes widgetfriendica2013-12-091-0/+13