rename sf to sync server
This commit is contained in:
@@ -55,11 +55,6 @@ angular.module('app.frontend')
|
|||||||
this.showExtensionsMenu = !this.showExtensionsMenu;
|
this.showExtensionsMenu = !this.showExtensionsMenu;
|
||||||
}
|
}
|
||||||
|
|
||||||
$timeout(function(){
|
|
||||||
// testing
|
|
||||||
this.toggleExtensions();
|
|
||||||
}.bind(this))
|
|
||||||
|
|
||||||
this.toggleIO = function() {
|
this.toggleIO = function() {
|
||||||
this.showIOMenu = !this.showIOMenu;
|
this.showIOMenu = !this.showIOMenu;
|
||||||
this.showExtensionsMenu = false;
|
this.showExtensionsMenu = false;
|
||||||
|
|||||||
@@ -28,8 +28,7 @@
|
|||||||
%a.block{"ng-click" => "formData.showAdvanced = !formData.showAdvanced"} Advanced Options
|
%a.block{"ng-click" => "formData.showAdvanced = !formData.showAdvanced"} Advanced Options
|
||||||
.advanced-options.mt-10{"ng-if" => "formData.showAdvanced"}
|
.advanced-options.mt-10{"ng-if" => "formData.showAdvanced"}
|
||||||
.float-group
|
.float-group
|
||||||
%label.pull-left Standard File Domain
|
%label.pull-left Sync Server Domain
|
||||||
%a.pull-right{"href" => "https://standardnotes.org/your-data", "target" => "_blank"} ⓘ
|
|
||||||
%input.form-control.mt-5{:name => 'server', :placeholder => 'Server URL', :required => true, :type => 'text', 'ng-model' => 'formData.url'}
|
%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"}
|
.checkbox.mt-10{"ng-if" => "localNotesCount() > 0"}
|
||||||
|
|||||||
Reference in New Issue
Block a user