Skip to content

Commit

Permalink
Remove Edit Preferences link from the Project Search tab
Browse files Browse the repository at this point in the history
  • Loading branch information
danlucraft committed Apr 8, 2011
1 parent 662ba6e commit 189e9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 0.11 (TBA)
==================
Version 0.11 (23 March 2011)
============================

Enhancements:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<input type="checkbox" id="with_context" <%="checked=checked" if context? %>>
<label for="with_context">With context</label>
<%= search_copy %>
<a href="#" title="Edit Preferences" id="edit_preferences">Edit Preferences...</a>
</td>
<td></td>
</tr>
Expand Down Expand Up @@ -101,10 +100,6 @@
}
});

$('#edit_preferences').click(function(ev) {
Controller.editPreferences();
});

// in the case the user wants to search for things like <table>, we need to unescape the entities
String.prototype.unescapeHTML = function() {
var t = document.createElement('div');
Expand Down

0 comments on commit 189e9bb

Please sign in to comment.