Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 7e25603

Browse files
author
Dushyant Bhalgami
committed
added log lines
1 parent a99f2b1 commit 7e25603

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/web/scripts/launch/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ $(document).ready(function() {
343343
},
344344
getStruts2TokenName()
345345
);
346+
console.log("-----##-----")
346347
console.log(data)
347348
} else {
348349
url = member_api_url;
@@ -415,6 +416,8 @@ $(document).ready(function() {
415416
handleJsonResult(
416417
jsonResult,
417418
function(result) {
419+
console.log("------------")
420+
console.log(result)
418421
if (typeof jQuery_1_11_1 !== 'undefined' && jQuery_1_11_1 !== null) {
419422
result.sort(sortByname);
420423
if (result.length > 0) {

0 commit comments

Comments
 (0)