You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have property to change the position of the popup but it is not hooked up from what I can tell. I made the following change to line 113 in the "add" function to make it work properly:
(old) position = $.gritter.options.position,
(new working) position = params.position || $.gritter.options.position,
please have a look at this and let me know if I am mis-using your module. maybe there is a different way to set position that I didn't find.
if you want, i can submit a PR with this change. thanks!
The text was updated successfully, but these errors were encountered:
You have property to change the position of the popup but it is not hooked up from what I can tell. I made the following change to line 113 in the "add" function to make it work properly:
(old)
position = $.gritter.options.position,
(new working)
position = params.position || $.gritter.options.position,
please have a look at this and let me know if I am mis-using your module. maybe there is a different way to set position that I didn't find.
if you want, i can submit a PR with this change. thanks!
The text was updated successfully, but these errors were encountered: