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

Removed logout debug js commited by a mistake.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1353 44740490-163a-0410-bde0-09ae8108e29a
parent d0823023
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,6 @@ function startslo() { ...@@ -57,7 +57,6 @@ function startslo() {
function slocompletesp($entityhash) { function slocompletesp($entityhash) {
$("table#slostatustable tr#" + $entityhash).filter(".inprogress").removeClass("inprogress").addClass("completed"). $("table#slostatustable tr#" + $entityhash).filter(".inprogress").removeClass("inprogress").addClass("completed").
children().fadeOut("fast").fadeIn("fast"); children().fadeOut("fast").fadeIn("fast");
alert("complete SP " + $entityhash );
} }
......
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