Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/component/aSettingListItem.html')
-rw-r--r--web/html/component/aSettingListItem.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/component/aSettingListItem.html b/web/html/component/aSettingListItem.html
index 27a7abac..7ad13456 100644
--- a/web/html/component/aSettingListItem.html
+++ b/web/html/component/aSettingListItem.html
@@ -26,7 +26,7 @@
type: String,
required: false,
defaultValue: "default",
- validator: function (value) {
+ validator: function(value) {
return ['small', 'default'].includes(value)
}
}
@@ -46,4 +46,4 @@
}
})
</script>
-{{end}}
+{{end}} \ No newline at end of file