Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
c827cefa
Commit
c827cefa
authored
Jul 02, 2010
by
tbrehm
Browse files
Removed some debug output from the ajax alert windows if a ajax request fails.
parent
b445c6cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/js/scrigo.js.php
View file @
c827cefa
...
...
@@ -105,7 +105,7 @@ function submitForm(formname,target) {
},
failure: function(o) {
var parts = o.responseText.split(':');
alert('Ajax Request was not successful.
'+parts[1]
);
alert('Ajax Request was not successful.
'
);
}
}
...
...
@@ -145,7 +145,7 @@ function submitUploadForm(formname,target) {
}
},
failure: function(o) {
alert('Ajax Request was not successful.
1
');
alert('Ajax Request was not successful.');
}
}
...
...
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