Skip to content

Commit

Permalink
Remove API login to see if that makes Travis pass..
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave MacFarlane committed Dec 2, 2015
1 parent c460e77 commit 6758f70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions smarty/templates/login.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ string: navigator.platform,
BrowserDetect.init();
{/literal}


$(document).ready(function() {
/*
$("#loginAPI").click(function(e) {
var username = document.getElementById("username").value,
password = document.getElementById("password").value,
Expand Down Expand Up @@ -157,6 +159,7 @@ $(document).ready(function() {
}
});
});
*/
});
// -->
</script>
Expand Down

0 comments on commit 6758f70

Please sign in to comment.