Feedback Button dims the page, but doesn't load
On http://cybergenetics.me/?signin for instance, when I click the Feedback button, the page dims, and I see the little '(x)', however the box does not appear.
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company marked this problem solved.
-
Inappropriate?In your javascript, you run:
$('.loading').hide();
Our iframe has a loading class on it and so it gets improperly hidden by that statement. I would add:
$('#fdbk_container .loading').show()
after the previous statement to fix things.
Sorry about that!
-Scott Fleckenstein
1 person says
this solves the problem
-
Inappropriate?Your welcome!
Glad it worked.
-Scott
Loading Profile...




CHAMP
