Fix: Editor cache not emptied in IE
This commit is contained in:
parent
3aed346370
commit
b7e2d57290
@ -836,8 +836,8 @@
|
||||
}
|
||||
|
||||
serendipity.eraseEntryEditorCache = function() {
|
||||
serendipity.cache("serendipity[body]", null);
|
||||
serendipity.cache("serendipity[extended]", null);
|
||||
serendipity.cache("serendipity[body]", "");
|
||||
serendipity.cache("serendipity[extended]", "");
|
||||
}
|
||||
|
||||
var indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB;
|
||||
|
Loading…
x
Reference in New Issue
Block a user