diff --git a/package.json b/package.json index c711558e10..c07ddc0bfc 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,6 @@ "nightwatch_local_remixd": "nightwatch ./test-browser/tests/remixd.js --config nightwatch.js --env chrome ", "nightwatch_local_terminal": "nightwatch ./test-browser/tests/terminal.js --config nightwatch.js --env chrome ", "nightwatch_local_gist": "nightwatch ./test-browser/tests/gist.js --config nightwatch.js --env chrome ", - "nightwatch_local_importFromGist": "nightwatch ./test-browser/tests/importFromGist.js --config nightwatch.js --env chrome ", "nightwatch_local_workspace": "nightwatch ./test-browser/tests/workspace.js --config nightwatch.js --env chrome ", "nightwatch_local_defaultLayout": "nightwatch ./test-browser/tests/defaultLayout.js --config nightwatch.js --env chrome ", "nightwatch_local_pluginManager": "nightwatch ./test-browser/tests/pluginManager.js --config nightwatch.js --env chrome ", diff --git a/src/app/files/file-explorer.js b/src/app/files/file-explorer.js index 4e69f490c7..3534f52a37 100644 --- a/src/app/files/file-explorer.js +++ b/src/app/files/file-explorer.js @@ -643,7 +643,7 @@ fileExplorer.prototype.renderMenuItems = function () { ` } else { return yo` - { event.stopPropagation(); this[ action ]() }} class="newFile ${icon} ${css.newFile}" title=${title}> + { event.stopPropagation(); this[ action ]() }} class="newFile ${icon} ${css.newFile}" title=${title}> ` } }) diff --git a/src/app/ui/landing-page/landing-page.js b/src/app/ui/landing-page/landing-page.js index 055e8a34b8..1548c4d4dd 100644 --- a/src/app/ui/landing-page/landing-page.js +++ b/src/app/ui/landing-page/landing-page.js @@ -216,7 +216,7 @@ export class LandingPage extends ViewPlugin {

connectToLocalhost()}>Connect to Localhost

Import From:

- + diff --git a/src/app/ui/modal-dialog-custom.js b/src/app/ui/modal-dialog-custom.js index 46eb2808c1..93b139e88a 100644 --- a/src/app/ui/modal-dialog-custom.js +++ b/src/app/ui/modal-dialog-custom.js @@ -66,7 +66,7 @@ module.exports = { function prompt (title, text, hidden, inputValue, ok, cancel, focus) { if (!inputValue) inputValue = '' var type = hidden ? 'password' : 'text' - var input = yo`` + var input = yo`` modal(title, yo`
${text}
${input}
`, { fn: () => { if (typeof ok === 'function') ok(document.getElementById('prompt_text').value) } diff --git a/src/app/ui/modaldialog.js b/src/app/ui/modaldialog.js index ddf734318b..a72b4a0941 100644 --- a/src/app/ui/modaldialog.js +++ b/src/app/ui/modaldialog.js @@ -134,7 +134,7 @@ function html (opts) {