Skip to content

Commit 8c1c31c

Browse files
committed
Merge branch 'gh-pages' of https://github.com/LivelyKernel/lively4-core into gh-pages
2 parents 0e2180c + ba92ce7 commit 8c1c31c

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)