bigghuggs commited on
Commit
2c65f05
·
verified ·
1 Parent(s): 1bb41bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -57,6 +57,7 @@ function refresh() {
57
 
58
  $(window).on('load', function() {
59
  $('.scroll').css('overflow', 'scroll');
 
60
  });
61
  }
62
  """
 
57
 
58
  $(window).on('load', function() {
59
  $('.scroll').css('overflow', 'scroll');
60
+ console.log('jquery')
61
  });
62
  }
63
  """