Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
e1abdbe8
Commit
e1abdbe8
authored
Feb 07, 2019
by
Piotr Gawron
Browse files
debug removed
parent
4ddb2a75
Pipeline
#8634
passed with stage
in 11 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend-js/src/main/js/gui/admin/AddPluginDialog.js
View file @
e1abdbe8
...
...
@@ -92,7 +92,6 @@ AddPluginDialog.prototype.createGui = function () {
return
self
.
onValidateClicked
().
catch
(
GuiConnector
.
alert
);
});
$
(
self
.
getElement
()).
on
(
"
input
"
,
"
[name='pluginUrl']
"
,
function
()
{
console
.
log
(
"
disable
"
);
$
(
'
[name="savePlugin"]
'
,
self
.
getElement
()).
attr
(
"
disabled
"
,
true
);
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment