Merge pull request #1002 from paulgeneres/pull-request

Fixed: Removed repeated block of code.
This commit is contained in:
daeks
2017-05-24 16:55:47 +02:00
committed by GitHub

View File

@@ -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
//////////////////////////////////////////////////////////////////