Skip to content

Commit

Permalink
Fixed floating image controllers when resizing problem. Tweaked publi…
Browse files Browse the repository at this point in the history
…sh.sh.
  • Loading branch information
jerps committed May 30, 2019
1 parent d362fc3 commit 468849e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 63 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

.DS_Store
.vscode
.ftps
62 changes: 0 additions & 62 deletions ftp.txt

This file was deleted.

4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,10 @@

updGaugeKnobs();

window.addEventListener('resize', function() {
updGaugeKnobs();
});

document.querySelectorAll('canvas.animatedText').forEach(function(e) {
e.style.display = 'block';
});
Expand Down
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

FTPS=ftp.txt
FTPS=.ftps

HOST=johnerps.com
USER=john@johnerps.com
Expand Down

0 comments on commit 468849e

Please sign in to comment.