forked from Botanical/BotanJS
deprecated the backup function
This commit is contained in:
@@ -378,8 +378,6 @@
|
||||
if ( !ArticleModel.draft )
|
||||
{
|
||||
// This is a published article
|
||||
// Do not backup
|
||||
_data.backup = 0;
|
||||
canSave = true;
|
||||
}
|
||||
|
||||
@@ -435,14 +433,6 @@
|
||||
this.saveOrBackup();
|
||||
e.preventDefault();
|
||||
}
|
||||
/*
|
||||
else if(e.which == 66)
|
||||
{
|
||||
// key b(66)
|
||||
this.backup.bind(this)();
|
||||
return false;
|
||||
}
|
||||
*/
|
||||
}.bind(this))
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user