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
I think it would be advantageous to allow an empty string value for the 'altTimeFormat' option. This would allow putting just the date in the alt field and just the time in the regular field. Currently, if an empty string is passed for 'altTimeFormat', the time is still placed in the altField.
I think it would be advantageous to allow an empty string value for the 'altTimeFormat' option. This would allow putting just the date in the alt field and just the time in the regular field. Currently, if an empty string is passed for 'altTimeFormat', the time is still placed in the altField.
An easy fix: an else if on line 893:
I hope this can be helpful.
The text was updated successfully, but these errors were encountered: