some cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-01-03 02:34:57 +04:00
parent e6f3d6001f
commit 803c6ff51a

View File

@ -53,8 +53,10 @@ function toggleAutoHide(){
$(function(){
toggleThemes()
PANEL_ROOT = 'body'
makeSidePanel('left')
makeSidePanel('right')
@ -63,19 +65,19 @@ $(function(){
top: 50,
left: 50,
})
makeSubPanel('Test Sub Panel A', $('<h1>Panel A</h1>'), panel, true, true)
makeSubPanel('Test Sub Panel B', $('<h2>Panel B</h2>'), panel, true)
makeSubPanel('Test Sub Panel C', $('<h3>Panel C</h3>'), panel, false)
makeFilterPanel(panel, '.moo')
makeSnapshotsPanel(panel, '.moo')
makeSubPanel('Test Sub Panel D', $('<h2>Panel D</h2>'))
.parents('.panel')
.css({
top: 100,
left: 400,
})
})