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 ImpressUser = (function() {
|
||||||
var userSignedIn = ($('meta[name=user-signed-in]').attr('content') === 'true');
|
var userSignedIn = ($('meta[name=user-signed-in]').attr('content') === 'true');
|
||||||
if (userSignedIn) {
|
if (userSignedIn) {
|
||||||
var currentUserId = $('meta[name=current-user-id').attr('content');
|
var currentUserId = $('meta[name=current-user-id]').attr('content');
|
||||||
return {
|
return {
|
||||||
addNeopetsUsername: function(username) {
|
addNeopetsUsername: function(username) {
|
||||||
return $.ajax({
|
return $.ajax({
|
||||||
|
|
Loading…
Reference in a new issue