fbauth 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@
10
10
  $('#{ready_el}').hide();
11
11
  }
12
12
  function fbauth_update_page(response) {
13
- fb_hide_panels();
13
+ fbauth_hide_panels();
14
14
  if (response.status == 'connected') {
15
15
  $('#{ready_el}').show();
16
16
  window.top.location.href = '#{FacebookConfig.app_url}';
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 5
9
- version: 0.9.5
8
+ - 6
9
+ version: 0.9.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Three Wise Men Inc.