mirror of
https://github.com/friendica/friendica
synced 2025-04-27 00:30:10 +00:00
frio: improvements it js jot behavior
- cache the original jot everytime (to restore it after modal close) - possibility to edit event items
This commit is contained in:
parent
17f362f4f6
commit
f79a7bc455
3 changed files with 53 additions and 53 deletions
|
@ -1,3 +1,6 @@
|
|||
|
||||
var jotcache = ''; //The jot cache. We use it as cache to restore old/original jot content
|
||||
|
||||
$(document).ready(function(){
|
||||
//fade in/out based on scrollTop value
|
||||
$(window).scroll(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue