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:
rabuzarus 2016-06-08 20:53:01 +02:00
parent 17f362f4f6
commit f79a7bc455
3 changed files with 53 additions and 53 deletions

View file

@ -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 () {