making dialogs draggable, fixing indent issues on json tree visualizer

This commit is contained in:
Max Ogden
2011-07-21 16:55:04 -07:00
parent 3cbdba1673
commit dc85be81d5
6 changed files with 125 additions and 12 deletions

View File

@@ -12,6 +12,7 @@ var recline = function() {
util.observeExit($('.dialog-content'), function() {
util.hide('dialog');
})
$('.dialog').draggable({ handle: '.dialog-header', cursor: 'move' });
}
function handleMenuClick() {