Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/static/core/js/emlo-io.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function setup_url_checker() {
jqe_container = jqe_input.parent()

// button
let jqe_btn = $('<button class="btn">');
let jqe_btn = $('<button> Check URL </button>');
jqe_btn.on('click', (jqe_btn_e) => {
jqe_btn_e.preventDefault()
window.open($(jqe_btn_e.target).parent().find('input').val(), '_blank')
Expand Down
2 changes: 1 addition & 1 deletion core/static/core/scss/emlo-common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
display: flex;

button {
background-color: black;
width: 140px;
}

}
Expand Down