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;

View File

@@ -28,8 +28,7 @@
%a.block{"ng-click" => "formData.showAdvanced = !formData.showAdvanced"} Advanced Options
.advanced-options.mt-10{"ng-if" => "formData.showAdvanced"}
.float-group
%label.pull-left Standard File Domain
%a.pull-right{"href" => "https://standardnotes.org/your-data", "target" => "_blank"} ⓘ
%label.pull-left Sync Server Domain
%input.form-control.mt-5{:name => 'server', :placeholder => 'Server URL', :required => true, :type => 'text', 'ng-model' => 'formData.url'}
.checkbox.mt-10{"ng-if" => "localNotesCount() > 0"}