Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
68ccedc6
Commit
68ccedc6
authored
Aug 24, 2017
by
bbaer
Browse files
Removed message
parent
21fa8b92
Changes
2
Hide whitespace changes
Inline
Side-by-side
javascript/src/Form.js
View file @
68ccedc6
...
...
@@ -164,7 +164,7 @@ var QfqNS = QfqNS || {};
textStatus
:
textStatus
,
jqXHR
:
jqXHR
}));
$
(
"
#save-button
"
).
removeClass
(
'
btn-warning active
'
);
$
(
"
#save-button
"
).
removeClass
(
'
btn-warning active
disabled
'
);
$
(
"
#save-button
"
).
addClass
(
'
btn-default
'
);
};
...
...
javascript/src/QfqForm.js
View file @
68ccedc6
...
...
@@ -511,7 +511,7 @@ var QfqNS = QfqNS || {};
this
.
lastButtonPress
=
"
save
"
;
n
.
Log
.
debug
(
"
save click
"
);
this
.
getSaveButton
().
removeClass
(
'
btn-info
'
);
this
.
getSaveButton
().
addClass
(
'
btn-warning active
'
);
this
.
getSaveButton
().
addClass
(
'
btn-warning active
disabled
'
);
this
.
submit
();
};
...
...
@@ -570,12 +570,6 @@ var QfqNS = QfqNS || {};
alert
.
show
();
return
;
}
var
info
=
new
n
.
Alert
({
message
:
"
Saving changes
"
,
type
:
"
info
"
});
info
.
show
();
this
.
resetHandler
();
// First, remove all validation states, in case a previous submit has set a validation state, thus we're not
// stockpiling them.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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