Removed debug line in js/settings.js
This commit is contained in:
parent
523e260a8a
commit
affbbe7566
|
|
@ -1,7 +1,6 @@
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
function saveSettings() {
|
function saveSettings() {
|
||||||
var post = $('#registration').serialize();
|
var post = $('#registration').serialize();
|
||||||
console.log(post);
|
|
||||||
$.post(OC.generateUrl('/apps/registration/settings'), post);
|
$.post(OC.generateUrl('/apps/registration/settings'), post);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue