fix type in meta query; chrome likes it, but firefox doesnt
This commit is contained in:
parent
41da9d0629
commit
b98021d704
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@
|
|||
var contactAddOption = $('<option/>',
|
||||
{text: contactField.attr('data-new-text'), value: -1});
|
||||
contactAddOption.appendTo(contactField);
|
||||
var currentUserId = $('meta[name=current-user-id').attr('content');
|
||||
var currentUserId = $('meta[name=current-user-id]').attr('content');
|
||||
|
||||
function submitContactForm() {
|
||||
var data = contactForm.serialize();
|
||||
|
|
Loading…
Reference in a new issue