Difference between revisions of "Widget:CodeExplorerGroupGetSubmissions"

From Coder Merlin
 
Line 35: Line 35:
         // Execute the request     
         // Execute the request     
         let $dataDiv = $('#code-explorer-group-data');     
         let $dataDiv = $('#code-explorer-group-data');     
         let stg = window.location.hostname == "stg.codermerlin.com" ? "-stg" : '';
         var url = languageServerURL();
         let url = `https://language-server${stg}.codermerlin.com/codeExplorerGroups/guides/${$dataDiv.data('username')}/${$dataDiv.data('group-id')}`;
         url += `codeExplorerGroups/guides/${$dataDiv.data('username')}/${$dataDiv.data('group-id')}`;
          
          
         let ignoreAtOrBeforeTimeIntervalSince1970 = undefined;
         let ignoreAtOrBeforeTimeIntervalSince1970 = undefined;

Latest revision as of 21:30, 8 March 2023