summaryrefslogtreecommitdiff
path: root/js/codeq/comms.js
diff options
context:
space:
mode:
authorMarko Pušnik <marko.pusnik@guru.si>2015-10-15 15:58:18 +0200
committerMarko Pušnik <marko.pusnik@guru.si>2015-10-15 15:58:18 +0200
commit0374d419b6856e89fe494abe0241a62b163d2cca (patch)
tree135fecb138398cafbddf0d20d8f92d48a9cf88fe /js/codeq/comms.js
parent4738f0cdef0fb52d530748e6d2b62bf0454d8c33 (diff)
parent6381f087edf1c078aabf6a81ff8d72ebdca64e55 (diff)
Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web
Diffstat (limited to 'js/codeq/comms.js')
-rw-r--r--js/codeq/comms.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/codeq/comms.js b/js/codeq/comms.js
index e12ffa3..225026b 100644
--- a/js/codeq/comms.js
+++ b/js/codeq/comms.js
@@ -524,6 +524,10 @@
'getResourceTree': function () {
return ajaxGet(ajaxDataPrefix + 'resources.json');
+ },
+
+ 'samlLogin': function(){
+ return this.send({'action':'saml_login'});
}
};
})();