We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb729dd commit ba92ce7Copy full SHA for ba92ce7
src/components/tools/lively-sync.js
@@ -31,12 +31,6 @@ export default class Sync extends Morph {
31
this.get('#gitrepository').addEventListener("change", evt => this.onGitrepositoryInputChange(evt))
32
this.get('#serverUrl').addEventListener("change", evt => this.onServerUrlInputChange(evt))
33
34
-
35
- var travis = this.get("#travisLink");
36
- travis.onclick = () => {
37
- window.open(travis.getAttribute("href"));
38
- return false;
39
- };
40
this.updateWindowTitle()
41
this.updateServerURL()
42
}
src/components/tools/lively-sync.js.l4a
0 commit comments