bigghuggs commited on
Commit
11165a8
·
verified ·
1 Parent(s): 50b327e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -60,15 +60,12 @@ function refresh() {
60
  window.location.href = url.href;
61
  }
62
  }
63
- console.log('getting galleries')
64
 
65
  $(window).on("load"), function() {
66
  var gallerys = document.getElementsByClassName("scroll");
67
- console.log('got galleries')
68
  for (var i = 0; i < box.length; i++) {
69
  gallerys[i].style.overflow = "scroll";
70
  }
71
- console.log('updated scroll')
72
  }
73
  """
74
 
 
60
  window.location.href = url.href;
61
  }
62
  }
 
63
 
64
  $(window).on("load"), function() {
65
  var gallerys = document.getElementsByClassName("scroll");
 
66
  for (var i = 0; i < box.length; i++) {
67
  gallerys[i].style.overflow = "scroll";
68
  }
 
69
  }
70
  """
71