Remove split.js from the agent.

This commit is contained in:
Arpad Csanyi
2016-02-16 23:24:14 +01:00
parent d4172951d3
commit 7e22531ccd
3 changed files with 9 additions and 47 deletions

6
app.js
View File

@@ -1,10 +1,4 @@
$(function() {
Split(["#sidebar-menu", "#main-content"], {
gutterSize: 8,
sizes: [5, 95],
minSize: 250
});
// Handlebars template for Sidebar menu.
var sidebarMenuSource = $('#sidebar-menu--source').html();
var sidebarMenuTemplate = Handlebars.compile(sidebarMenuSource);