mirror of
https://github.com/tabler/tabler.git
synced 2026-08-18 00:53:48 +04:00
Space fix
This commit is contained in:
+1
-1
@@ -5,6 +5,6 @@ if (locationHash) {
|
|||||||
const matchedTabs = tabsList.filter(tab => tab.hash === locationHash);
|
const matchedTabs = tabsList.filter(tab => tab.hash === locationHash);
|
||||||
|
|
||||||
matchedTabs.map(tab => {
|
matchedTabs.map(tab => {
|
||||||
new bootstrap.Tab(tab).show();
|
new bootstrap.Tab(tab).show();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user