Browse Source

is gitea down again

trc_dbg
jfinn 2 weeks ago
parent
commit
80150e338b

+ 5
- 0
indx/jsyncdb/jsync_rx.js View File

@@ -6,6 +6,11 @@ Map.prototype.setD = function(k,v){if (!this.has(k)){this.set(k,v);return [this.
6 6
 
7 7
 
8 8
 
9
+
10
+// window.glob_u.ws.sockets.ws1.params.AutoReconnect=1
11
+
12
+
13
+
9 14
 	// clog("deep_prop_v3",{o,p,set_val})
10 15
 function deep_prop_v3(o,p,set_val="DEFAULT_VAL"){
11 16
   try {

+ 1
- 1
indx/jsyncdb/jsync_rx1.js View File

@@ -16,4 +16,4 @@ function find_nodes(argument) {
16 16
 	// prototype.__proto__
17 17
 }
18 18
 
19
-find_nodes()
19
+// find_nodes()

+ 0
- 0
j7/rldjs/rldws.js View File


+ 12
- 0
j9/dev_dep/misc_conf.js View File

@@ -2,6 +2,18 @@
2 2
 // 	return APP.store.getState()["features/base/participants"]
3 3
 // }
4 4
 
5
+
6
+
7
+// will soon ad a more systematic approach (returning a module obj or str) but in the meantime I want to be able to search for these types of changes
8
+function skew_version_helper(arg) {
9
+	if ( arg == "rmix_any" && (window?.templates_td?.avio || window?.templates_td?.avj_ui || window?.glob_u?.templates?.avj_ui || window?.glob_u?.templates?.avio)){
10
+		
11
+		return {rmix_any:1}
12
+	}
13
+	// body...
14
+}
15
+
16
+
5 17
 function get_participants(){
6 18
 	var o = APP.store.getState()["features/base/participants"]
7 19
 	// var ret = []

+ 5
- 1
xf/nginx_tx/j9_dev/j2.js View File

@@ -12,8 +12,12 @@ function saftly_remove_v2(n,remove_nodes=true){
12 12
 
13 13
 // This ONLY handels moving corners (NOT ADDING OR Removeing them)
14 14
 function vspace_onclick(jevent){
15
-	
15
+
16
+		var skew_version =  skew_version_helper("rmix_any")
17
+		if (skew_version?.rmix_any) {
16 18
 			return
19
+		}
20
+		
17 21
 	// clog("vspace_click",{jevent,that:this})
18 22
 		var z=glob_u.cb.ord_v1.run_cbs("vspace_click",{jevent,that:this})
19 23
 		// clog("vspace_ord?",z)

+ 17
- 1
xf/nginx_tx/j9_dev/jev3.js View File

@@ -3,7 +3,14 @@
3 3
 function maybe_init_msto_corner_list(){
4 4
 	// console.trace("maybe_init_msto_corner_list")
5 5
 	if (!msto.conference.corners){
6
+		var skew_version =  skew_version_helper("rmix_any")
7
+		if (skew_version?.rmix_any) {
6 8
 		msto.conference.corners = {corner_list:{c1:{},c2:{},c3:{},c4:{},c5:{},c6:{}},default_corner:"c2"}
9
+		} else {
10
+		msto.conference.corners = {corner_list:{c1:{},c2:{}},default_corner:"c2"}
11
+		}
12
+
13
+
7 14
 	}
8 15
 	return
9 16
 }
@@ -40,10 +47,19 @@ function init_jev_fs_helper(name){
40 47
 		tx:{a:{b:{c:1}}},
41 48
 	})
42 49
 
50
+	// clog("init_jev_fs_helper skew_version_helper",skew_version_helper("rmix_any"))
51
+	var vlow = .2
52
+		var skew_version =  skew_version_helper("rmix_any")
53
+		if (skew_version?.rmix_any) {
54
+			vlow = 1
55
+		// msto.conference.corners = {corner_list:{c1:{},c2:{},c3:{},c4:{},c5:{},c6:{}},default_corner:"c2"}
56
+		} 
57
+
43 58
 	merge_partial_template(glob_u.jev.sto,{
44 59
 		fs_toolbar:{
45 60
 			// vlow:.2,
46
-			vlow:1,
61
+			// vlow:1,
62
+			vlow,
47 63
 			events:{
48 64
 				vlow_update:{
49 65
 					types:["input","change"],

Loading…
Cancel
Save