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
 
7
 
7
 
8
 
8
 
9
+
10
+// window.glob_u.ws.sockets.ws1.params.AutoReconnect=1
11
+
12
+
13
+
9
 	// clog("deep_prop_v3",{o,p,set_val})
14
 	// clog("deep_prop_v3",{o,p,set_val})
10
 function deep_prop_v3(o,p,set_val="DEFAULT_VAL"){
15
 function deep_prop_v3(o,p,set_val="DEFAULT_VAL"){
11
   try {
16
   try {

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

16
 	// prototype.__proto__
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
 // 	return APP.store.getState()["features/base/participants"]
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
 function get_participants(){
17
 function get_participants(){
6
 	var o = APP.store.getState()["features/base/participants"]
18
 	var o = APP.store.getState()["features/base/participants"]
7
 	// var ret = []
19
 	// var ret = []

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

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

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

3
 function maybe_init_msto_corner_list(){
3
 function maybe_init_msto_corner_list(){
4
 	// console.trace("maybe_init_msto_corner_list")
4
 	// console.trace("maybe_init_msto_corner_list")
5
 	if (!msto.conference.corners){
5
 	if (!msto.conference.corners){
6
+		var skew_version =  skew_version_helper("rmix_any")
7
+		if (skew_version?.rmix_any) {
6
 		msto.conference.corners = {corner_list:{c1:{},c2:{},c3:{},c4:{},c5:{},c6:{}},default_corner:"c2"}
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
 	return
15
 	return
9
 }
16
 }
40
 		tx:{a:{b:{c:1}}},
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
 	merge_partial_template(glob_u.jev.sto,{
58
 	merge_partial_template(glob_u.jev.sto,{
44
 		fs_toolbar:{
59
 		fs_toolbar:{
45
 			// vlow:.2,
60
 			// vlow:.2,
46
-			vlow:1,
61
+			// vlow:1,
62
+			vlow,
47
 			events:{
63
 			events:{
48
 				vlow_update:{
64
 				vlow_update:{
49
 					types:["input","change"],
65
 					types:["input","change"],

Loading…
Cancel
Save