Skip to content

Commit

Permalink
#666 Change a code style because compress parser dose not parse it.
Browse files Browse the repository at this point in the history
  • Loading branch information
koda-masaru committed Apr 4, 2017
1 parent 03363af commit 0fe81eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(document).ready(function() {

// セッションが切れないように、定期的にアクセスする(5分に1回)
var accessInterval = function() {
setInterval(() => {
setInterval(function() {
var url = _CONTEXT + '/open.interval/access';
$.ajax({
type : 'GET',
Expand Down

0 comments on commit 0fe81eb

Please sign in to comment.