mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-06 09:16:46 +01:00
Merge pull request #1002 from paulgeneres/pull-request
Fixed: Removed repeated block of code.
This commit is contained in:
@@ -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
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user