spec/dummy/tmp/cache/assets/CE3/150/sprockets%2F7d7a09e1df5c7510266a8d752683c4b3 in citygate-0.1.0 vs spec/dummy/tmp/cache/assets/CE3/150/sprockets%2F7d7a09e1df5c7510266a8d752683c4b3 in citygate-0.1.1
- old
+ new
@@ -1,11 +1,11 @@
-o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1349909858.072901 Ši:@value"({I"
-class:EFI"BundledAsset; FI"logical_path; FI"citygate/home.js; FI"
pathname; FI"c/Users/luis/Code/Ruby/GroupBuddies/citygate/app/assets/javascripts/citygate/home.js.coffee.erb; FI"content_type; FI"application/javascript; FI"
-mtime; FI"2012-10-08T17:14:27+01:00; FI"length; FiDI"digest; F"%5a8a6f5eb36a72e15b9565cdbca4238fI"source; FI"D(function() {
+o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1352893065.028131:@value"
{I"
+class:EFI"BundledAsset; FI"logical_path; F"citygate/home.jsI"
pathname; F"c/Users/luis/Code/Ruby/GroupBuddies/citygate/app/assets/javascripts/citygate/home.js.coffee.erbI"content_type; FI"application/javascript; FI"
+mtime; FI"2012-11-14T11:37:39+00:00; FI"length; Fi3I"digest; F"%06e09096c5b6fcaa8de4f04dfb8294dfI"source; FI"3(function() {
$(function() {
- var role_selector;
+ var form_wizard, ready, role_selector;
role_selector = {
select_new_role: function() {
return $("#role_id").on("change", function(event) {
return $.post("/home/role_change", {
data: $("#role_id").val()
@@ -16,11 +16,22 @@
},
init: function() {
return role_selector.select_new_role();
}
};
- $(window).bind('page:change', role_selector.init());
- return role_selector.init();
+ form_wizard = {
+ init: function() {
+ return $("#new_user").formToWizard({
+ submitButton: 'save-account'
+ });
+ }
+ };
+ ready = function() {
+ role_selector.init();
+ return form_wizard.init();
+ };
+ $(document).on('page:load', ready);
+ return ready();
});
}).call(this);
-; FI"required_assets_digest; F"%3f92925b28041609e2ce27f245161412I"
_version; F"%9f3b95dd7ea3030dc35985c0a8020862
+; FI"required_assets_digest; F"%2f81ad3318213fdcd260556876a6eaecI"
_version; F"%9f3b95dd7ea3030dc35985c0a8020862
\ No newline at end of file