rename sf to sync server

This commit is contained in:
Mo Bitar
2017-05-16 14:28:20 -05:00
parent 62d22c93da
commit e564350e65
2 changed files with 1 additions and 7 deletions

View File

@@ -55,11 +55,6 @@ angular.module('app.frontend')
this.showExtensionsMenu = !this.showExtensionsMenu;
}
$timeout(function(){
// testing
this.toggleExtensions();
}.bind(this))
this.toggleIO = function() {
this.showIOMenu = !this.showIOMenu;
this.showExtensionsMenu = false;