Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item8032: Paul indicated that IE can't cope with useful separators in…
… localStore, so : might break it - I don't feel like testing for their bugs, so meh

git-svn-id: http://svn.foswiki.org/trunk@15073 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Jun 22, 2012
1 parent 73e6b8f commit cd48585
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@
_fixAutoSave: function (ed) {
var orig_id = ed.id;

ed.id = FoswikiTiny.getFoswikiVar('WEB') + '.' + FoswikiTiny.getFoswikiVar('TOPIC')+':'+orig_id;
ed.id = FoswikiTiny.getFoswikiVar('WEB') + '.' + FoswikiTiny.getFoswikiVar('TOPIC')+'.'+orig_id;
ed.id = ed.id.replace('/', '.');

ed.plugins.autosave.setupStorage(ed);
Expand Down

0 comments on commit cd48585

Please sign in to comment.