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:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-10-17 11:36:05 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-10-17 11:36:05 +0300
commit2950ce0c176872e69dc9190fd7ae02e39b1ca02f (patch)
treeeb44c02a3459479be44825773e70f7abaa02bbd0 /web/assets/js/model/outbound.js
parent514c4909a409c51f4b51e761f00f72f830d86112 (diff)
freedom - default settings
Diffstat (limited to 'web/assets/js/model/outbound.js')
-rw-r--r--web/assets/js/model/outbound.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js
index 71c07713..4f8a8273 100644
--- a/web/assets/js/model/outbound.js
+++ b/web/assets/js/model/outbound.js
@@ -890,7 +890,11 @@ Outbound.FreedomSettings = class extends CommonClass {
};
Outbound.FreedomSettings.Fragment = class extends CommonClass {
- constructor(packets = '1-3', length = '', interval = '') {
+ constructor(
+ packets = '1-3',
+ length = '',
+ interval = ''
+ ) {
super();
this.packets = packets;
this.length = length;