@@ -8,7 +8,7 ContextMenu.prototype = { | |||
|
8 | 8 | initialize: function (url) { |
|
9 | 9 | this.url = url; |
|
10 | 10 | |
|
11 |
// prevent selection |
|
|
11 | // prevent text selection in the issue list | |
|
12 | 12 | var tables = $$('table.issues'); |
|
13 | 13 | for (i=0; i<tables.length; i++) { |
|
14 | 14 | tables[i].onselectstart = function () { return false; } // ie |
General Comments 0
You need to be logged in to leave comments.
Login now