This commit is contained in:
Crack
2010-07-12 19:24:07 +02:00
parent 74eb921e68
commit b3ae73f2aa
3 changed files with 14 additions and 9 deletions

View File

@@ -645,8 +645,8 @@ $(function() {
var hide_id = show_id.match(/local_storage$/)
? show_id.replace(/local_storage$/, 'text_file')
: show_id.replace(/text_file$/, 'local_storage');
$('#opts_'+hide_id).hide('fast');
$('#opts_'+show_id).show('fast');
$('#opts_'+hide_id).hide();
$('#opts_'+show_id).show();
});
// detect localStorage state