Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "move theme specific files to theme dir" | zotlabs | 2017-05-02 | 1 | -0/+35 |
| | | | | This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c. | ||||
* | move theme specific files to theme dir | zotlabs | 2017-05-01 | 1 | -35/+0 |
| | |||||
* | wrap resizing in document ready function | Mario Vavti | 2017-02-09 | 1 | -4/+6 |
| | |||||
* | fix an issue with sticky_kit where input fields and textareas would blur on ↵ | Mario Vavti | 2017-01-05 | 1 | -3/+4 |
| | | | | recalc. auto resize the notes textarea since if it sticks to the bottom it can not be properly resized | ||||
* | note widget: whitespace and resize the textarea to reveal full content | Mario Vavti | 2016-12-15 | 1 | -21/+26 |
| | |||||
* | push notes widget updates to channel clones on focusout (final save). Don't ↵ | friendica | 2014-04-10 | 1 | -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 focusout | friendica | 2014-04-01 | 1 | -1/+16 |
| | |||||
* | notes widget: jquery.live is deprecated, replacing with jquery.on and ↵ | friendica | 2014-03-30 | 1 | -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 ↵ | marijus | 2013-12-11 | 1 | -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 widget | friendica | 2013-12-09 | 1 | -0/+13 |