rename sf to sync server
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user