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
{{ message }}
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.
When a user clicks on a code tab, here's what we need to do:
Save that information on local storage;
Re-render all code tabs on that same page with this new option;
On navigation and first page load, we read from local storage. If empty, show the first one, if not render the right tab.
The text was updated successfully, but these errors were encountered:
zenorocha
changed the title
Always display the same option that the user chose on Code Tabs
ElectricCodeTabs: always display the same option that the user chose
Mar 31, 2017
When a user clicks on a code tab, here's what we need to do:
The text was updated successfully, but these errors were encountered: