Revert "Merge branch 'develop' into develop"

This reverts commit ec54bbd415, reversing
changes made to 9b12e0a71c.
This commit is contained in:
Min-Soo Kim 2018-07-29 11:54:14 +09:00
parent ec54bbd415
commit b62a1322c9
8 changed files with 13 additions and 31 deletions

View file

@ -8,7 +8,7 @@
dt.setTime(dt.getTime() + (d * 24 * 60 * 60000));
e = "; expires=" + dt.toGMTString();
}
document.cookie = n + "=" + v + e + "; path=/" + ((enforce_ssl) ? ";secure" : "");
document.cookie = n + "=" + v + e + "; path=/";
}
var n = $('#nc_container');