From 66540da36c06c8ac5225be686923c4a40fae13be Mon Sep 17 00:00:00 2001 From: paulgeneres Date: Wed, 24 May 2017 08:13:42 -0500 Subject: [PATCH] Fixed: Removed repeated block of code. --- components/project/init.js | 10 ---------- 1 file changed, 10 deletions(-) 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 //////////////////////////////////////////////////////////////////