Skip to content
Snippets Groups Projects
Commit 9241d381 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Remove debugging code...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2802 44740490-163a-0410-bde0-09ae8108e29a
parent 2df662d7
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ DiscoJuice.Control = {
"selectProvider": function(entityID) {
console.log('entityid: ' + entityID);
// console.log('entityid: ' + entityID);
var callback;
var that = this;
......@@ -283,13 +283,14 @@ DiscoJuice.Control = {
}
}
console.log(entity);
// console.log(entity);
callback = this.parent.Utils.options.get('callback');
if (callback) {
if (mustwait) {
$.doTimeout(1000, function(){
callback(entity);
// alert('done');
});
} else {
......
......@@ -33,6 +33,7 @@ DiscoJuice.UI = {
"focusSearch": function() {
$("input.discojuice_search").focus();
},
"hide": function() {
$("div#discojuice_overlay").fadeOut("slow"); //fadeOut("fast");
this.popup.fadeOut("slow");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment