Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions assets/js/src/favorites.factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
function favorites_after_button_submit(favorites, post_id, site_id, status){}
function favorites_after_initial_load(favorites){}

jQuery(document).ready(function(){
new Favorites.Factory;
});

var Favorites = Favorites || {};

/**
Expand Down Expand Up @@ -113,4 +109,8 @@ Favorites.Factory = function()
}

return plugin.build();
}
}

jQuery(document).ready(function(){
new Favorites.Factory;
});