-
To the right of the closed notification in the timeline, you'd see a reference ID to the commit submitted which includes all the changes needed. Direct URL is https://github.com/unaio/una/commit/f3236b21bcc3bf8038e376254f784f199f5b4bd6
-
Here are the changes
var eIcon = !e ? null : $(e).find('.sys-icon-a');
var iRight = !e ? 0 : $(document).width() - $(e).offset().left - $(e).width();
if (eIcon && eIcon.length)
if (eIcon && eIcon.length) {
}
I Incremented the Revision number by 1 - I didnt do that previously
Still those 3 buttons dont work.
-
These are the buttons not working
-
Here are the changes
var eIcon = !e ? null : $(e).find('.sys-icon-a');
var iRight = !e ? 0 : $(document).width() - $(e).offset().left - $(e).width();
if (eIcon && eIcon.length)
if (eIcon && eIcon.length) {
}
I Incremented the Revision number by 1 - I didnt do that previously
Still those 3 buttons dont work.
I've just checked your app, it works fine now: