Skip to content

Commit

Permalink
Added TODO for our project validations
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 31, 2010
1 parent 1c59e97 commit 7aef520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/javascripts/validations/project.js
Expand Up @@ -32,6 +32,7 @@ $(document).ready(function () {
});
if (window.location.pathname.indexOf('edit') != -1) {
$("#project_title").rules('remove', 'remote');
// @TODO Need to get this to be added or removed only when the location has changed or is not got a value
$("#project_location").rules('remove', 'remote');
}
});

0 comments on commit 7aef520

Please sign in to comment.