chansung commited on
Commit
deebb3a
·
1 Parent(s): 9f6aacd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -138,9 +138,9 @@ function() {
138
  );
139
  }
140
 
141
- if(history.length == 0) {
142
- document.querySelectorAll("#initial-popup")[0].style.display = "block"
143
- }
144
 
145
  return [history, local_data];
146
  }
 
138
  );
139
  }
140
 
141
+ // if(history.length == 0) {
142
+ // document.querySelectorAll("#initial-popup")[0].style.display = "block"
143
+ // }
144
 
145
  return [history, local_data];
146
  }