ymdp 0.4.3 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/lib/ymdp/javascripts/ab_testing.js +1 -0
- data/lib/ymdp/javascripts/user.js +2 -2
- data/ymdp.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.4
|
|
@@ -89,8 +89,8 @@ YAHOO.oib.confirm = function() {
|
|
|
89
89
|
YAHOO.oib.ymail_wssid = response.ymail_wssid;
|
|
90
90
|
|
|
91
91
|
// now that we've got their ymail_wssid, we can sign them in:
|
|
92
|
-
|
|
93
|
-
YAHOO.launcher.launchMain();
|
|
92
|
+
YAHOO.oib.verifyUser(YAHOO.launcher.launchMain);
|
|
93
|
+
// YAHOO.launcher.launchMain();
|
|
94
94
|
} else {
|
|
95
95
|
// signin didn't work properly, display an error
|
|
96
96
|
Debug.log("YAHOO.oib.response was false");
|
data/ymdp.gemspec
CHANGED
metadata
CHANGED