]> matita.cs.unibo.it Git - logicplayer.git/blobdiff - public_html/logout.js
Timestamp on exercises.
[logicplayer.git] / public_html / logout.js
diff --git a/public_html/logout.js b/public_html/logout.js
deleted file mode 100755 (executable)
index 9817f6a..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-function change()
-{
-       document.location.href="index.html";
-}
-function logout()
-{
-        $.ajax({
-                                       type: 'POST',
-                                       url: 'logout.php',
-                                       async: false
-                }).success
-                        (
-                                                       function(response)
-                                                       {
-                                                               change();
-                                                       }
-                        );
-}