Skip to content

Commit 4923d20

Browse files
committed
remove some commented code
1 parent 50e63b7 commit 4923d20

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

www/index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,8 @@
128128
}
129129
}
130130

131-
//from js/gui.js
132131
//TODO: use static html
133132
function attachButtonsDiv() {
134-
/*
135-
<div class="buttons">
136-
<button class="ion-eye" title="Switch View"></button>
137-
<button class="ion-full-enter" title="Toggle Fullscreen"></button>
138-
</div>
139-
*/
140133
var buttons = document.createElement('div');
141134
buttons.classList.add('buttons');
142135

0 commit comments

Comments
 (0)