Skip to content

Commit

Permalink
minor ui fix for googlePlus social edit
Browse files Browse the repository at this point in the history
updated cfs, speakingUrl
  • Loading branch information
aaronjudd committed Mar 24, 2015
1 parent 611edbe commit a2adb32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,6 @@ Template.productDetail.events
$(".googleplusMsg-edit").fadeIn()
$(".googleplusMsg-edit-input").focus()

"focusout .facebookMsg-edit-input,.twitterMsg-edit-input,.pinterestMsg-edit-input": ->
"focusout .facebookMsg-edit-input,.twitterMsg-edit-input,.pinterestMsg-edit-input,.googleplusMsg-edit": ->
Session.set "editing-"+this.field, false
$('.social-media-inputs > *').hide()
4 changes: 2 additions & 2 deletions packages/reaction-core/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Package.onUse(function (api) {
api.use("aldeed:[email protected]", {'weak': 1});
api.use("aldeed:[email protected]","client");
api.use("iron:[email protected]");
api.use("ongoworks:speakingurl@1.0.5");
api.use("ongoworks:speakingurl@1.1.0");
api.use("ongoworks:[email protected]");
api.use("ongoworks:[email protected]");
api.use("ongoworks:[email protected]");
Expand All @@ -65,7 +65,7 @@ Package.onUse(function (api) {
api.use("momentjs:[email protected]", 'client');
api.use("sacha:[email protected]", "client");

api.use("cfs:[email protected].4");
api.use("cfs:[email protected].5");
api.use("cfs:[email protected]");
api.use("cfs:[email protected]");
api.use("cfs:[email protected]");
Expand Down

0 comments on commit a2adb32

Please sign in to comment.