typo in CSS selector: chrome interprets the intent, but firefox errors out
This commit is contained in:
parent
05841d091b
commit
fffd3ac2e6
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
var ImpressUser = (function() {
|
||||
var userSignedIn = ($('meta[name=user-signed-in]').attr('content') === 'true');
|
||||
if (userSignedIn) {
|
||||
var currentUserId = $('meta[name=current-user-id').attr('content');
|
||||
var currentUserId = $('meta[name=current-user-id]').attr('content');
|
||||
return {
|
||||
addNeopetsUsername: function(username) {
|
||||
return $.ajax({
|
||||
|
|
Loading…
Reference in a new issue