Implement prototype for project selection
This commit is contained in:
@@ -173,4 +173,11 @@ $(document).ready(function() {
|
||||
}).mouseout(function() {
|
||||
$(this).removeClass('editable');
|
||||
});
|
||||
|
||||
$('select[name="activeProject"]').bind('change', function () {
|
||||
var url = $(this).val();
|
||||
if (url) {
|
||||
window.location = url;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user