]> rtime.felk.cvut.cz Git - coffee/coffee-flask.git/blobdiff - templates/main.js
Remove unused variable
[coffee/coffee-flask.git] / templates / main.js
index 7160868d34a5be9e0b2b1152d48632b5273adb46..b90e9cb901e1f1f775269c6382904699776ffbbd 100644 (file)
@@ -103,7 +103,6 @@ function loadRemote(string) {
 loadRemote();
 
 function ajax(method, route, data, id) {
-    var now = Date.now();
     var xhr = new XMLHttpRequest();
     xhr.onreadystatechange = function() {
         if (this.readyState == 4) {