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 = { ...@@ -265,7 +265,7 @@ DiscoJuice.Control = {
"selectProvider": function(entityID) { "selectProvider": function(entityID) {
console.log('entityid: ' + entityID); // console.log('entityid: ' + entityID);
var callback; var callback;
var that = this; var that = this;
...@@ -283,13 +283,14 @@ DiscoJuice.Control = { ...@@ -283,13 +283,14 @@ DiscoJuice.Control = {
} }
} }
console.log(entity); // console.log(entity);
callback = this.parent.Utils.options.get('callback'); callback = this.parent.Utils.options.get('callback');
if (callback) { if (callback) {
if (mustwait) { if (mustwait) {
$.doTimeout(1000, function(){ $.doTimeout(1000, function(){
callback(entity); callback(entity);
// alert('done');
}); });
} else { } else {
......
...@@ -33,6 +33,7 @@ DiscoJuice.UI = { ...@@ -33,6 +33,7 @@ DiscoJuice.UI = {
"focusSearch": function() { "focusSearch": function() {
$("input.discojuice_search").focus(); $("input.discojuice_search").focus();
}, },
"hide": function() { "hide": function() {
$("div#discojuice_overlay").fadeOut("slow"); //fadeOut("fast"); $("div#discojuice_overlay").fadeOut("slow"); //fadeOut("fast");
this.popup.fadeOut("slow"); this.popup.fadeOut("slow");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment