##// END OF EJS Templates
Fixes a javascript comment (#3238)....
Jean-Philippe Lang -
r2597:73ca9d916146
parent child
Show More
@@ -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 when using Ctrl/Shit key
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