diff --git a/components/project/init.js b/components/project/init.js index 8018ae4..deb9104 100755 --- a/components/project/init.js +++ b/components/project/init.js @@ -116,16 +116,6 @@ .addClass('icon-up-dir'); }, - ////////////////////////////////////////////////////////////////// - // Open the project manager dialog - ////////////////////////////////////////////////////////////////// - - list: function() { - $('#modal-content form') - .die('submit'); // Prevent form bubbling - codiad.modal.load(500, this.dialog + '?action=list'); - }, - ////////////////////////////////////////////////////////////////// // Create Project //////////////////////////////////////////////////////////////////