Skip to content

Commit

Permalink
log data
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjeaf committed May 28, 2014
1 parent 00fb36b commit 91b9fe4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions WebContent/tcom/template.rap.vm
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
</footer>
<script>
function _logData() {
if (window.localStorage) {
if (window.localStorage.getItem('stopLogData')) {
return;
}
}
jQuery.ajax({
url : '$accountUrl.logData',
success : function(data){
Expand Down

0 comments on commit 91b9fe4

Please sign in to comment.