Skip to content

Commit

Permalink
Minor Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekBoySupreme committed Jul 29, 2020
1 parent 570fa43 commit 3190d1a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 4 deletions.
File renamed without changes
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions app/popup.js → tabtrum/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ document.addEventListener('click', function (event) {
chrome.storage.local.get(['data'], function(items) {
var render_data = items.data;

if(render_data.length > 0) {
render_home = '';
}

if(render_data) {
for(var i = 0; i < render_data.length; i++) {
render_home += '<div class="snapshot_tab snapshot_tab_style_'+ render_data[i].id +'" id="snapshot_tab_'+ render_data[i].id +'"> \
Expand Down
File renamed without changes.
File renamed without changes

0 comments on commit 3190d1a

Please sign in to comment.