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