Skip to content

Commit ab6407a

Browse files
Removed tabs, not released yet
1 parent c9d14b3 commit ab6407a

File tree

3 files changed

+0
-241
lines changed

3 files changed

+0
-241
lines changed

js/scripts.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
// Require jQuery for document ready event
44
var $ = require('jquery');
55

6-
// Include your modules
7-
var Tabs = require('castlecss-tabs').Tabs;
8-
$(function()
9-
{
10-
Tabs();
11-
});
12-
136
var Forms = require('castlecss-forms').Forms;
147
// Custom script for docs
158
var InitEvents = require('./functions').InitEvents;

views/inc/menu.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
{ url: "/buttons.html", id: "buttons", title: "Buttons", children: []},
2222
{ url: "/notifications.html", id: "notifications", title: "Notifications / alerts", children: []},
2323
{ url: "/breadcrumbs.html", id: "breadcrumbs", title: "Breadcrumbs", children: []},
24-
{ url: "/tabs.html", id: "tabs", title: "Tabs", children: []},
2524
{ url: "/mixins.html", id: "mixins", title: "Mixins", children: []}
2625

2726
] %}

views/tabs.html

Lines changed: 0 additions & 233 deletions
This file was deleted.

0 commit comments

Comments
 (0)