Skip to content

Commit ba92ce7

Browse files
committed
fixed lively_sync deprecated travis....
SQUASHED: fixed-lively_sync-deprecated-travis,
1 parent eb729dd commit ba92ce7

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/components/tools/lively-sync.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ export default class Sync extends Morph {
3131
this.get('#gitrepository').addEventListener("change", evt => this.onGitrepositoryInputChange(evt))
3232
this.get('#serverUrl').addEventListener("change", evt => this.onServerUrlInputChange(evt))
3333

34-
35-
var travis = this.get("#travisLink");
36-
travis.onclick = () => {
37-
window.open(travis.getAttribute("href"));
38-
return false;
39-
};
4034
this.updateWindowTitle()
4135
this.updateServerURL()
4236
}

src/components/tools/lively-sync.js.l4a

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)