Closed JulianKingman closed 7 years ago
Good deal. I will test and get this merged. Thank you.
On Thu, Mar 9, 2017, 2:07 PM JulianKingman notifications@github.com wrote:
Fixes and implements this fix: sean-stanley/orion@256e91b https://github.com/sean-stanley/orion/commit/256e91bc39b96ec75cbbdf976d2deb0c2060cefc
It wasn't implemented correctly (should have used ReactiveTemplates.onRendered), and wasn't included in package.js
Thanks!
You can view, comment on, or merge this pull request online at:
https://github.com/scorpiusjs/scorpius/pull/47 Commit Summary
- fix for materialize button session variable
File Changes
- M packages/materialize/package.js https://github.com/scorpiusjs/scorpius/pull/47/files#diff-0 (17)
- M packages/materialize/views/collections/buttons.js https://github.com/scorpiusjs/scorpius/pull/47/files#diff-1 (6)
Patch Links:
- https://github.com/scorpiusjs/scorpius/pull/47.patch
- https://github.com/scorpiusjs/scorpius/pull/47.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/scorpiusjs/scorpius/pull/47, or mute the thread https://github.com/notifications/unsubscribe-auth/AFFsSQEIE4080zgIztGsoQF60P_n0fr1ks5rkGoSgaJpZM4MYolb .
nice work !
Thanks :)
The buttons.js file didn't get included into the package.js file
@rwatts3 the buttons.js file didn't get included into the package.js file
Oh wow sure didn't.
Ok a new package version is published with buttons.js 0.3.1_4
Awesome, works great!
Fixes and implements this fix: https://github.com/sean-stanley/orion/commit/256e91bc39b96ec75cbbdf976d2deb0c2060cefc
It wasn't implemented correctly (should have used
ReactiveTemplates.onRendered
), and wasn't included in package.jsThanks!