causefx 7 лет назад
Родитель
Сommit
9f68eeef35
1 измененных файлов с 16 добавлено и 0 удалено
  1. 16 0
      js/functions.js

+ 16 - 0
js/functions.js

@@ -5864,6 +5864,22 @@ function orgErrorCode(code){
 
     }
 }
+function clickPath(type,path=null){
+    switch(type){
+        case 'c':
+        case 'custom':
+            if(path !== null){
+
+            }else{
+                return null;
+            }
+            break;
+        case 'sso':
+            break;
+        default:
+            return null;
+    }
+}
 function launch(){
 	organizrConnect('api/?v1/launch_organizr').success(function (data) {
         try {