Browse Source

Fixed context menu selector

Nathaniel van Diepen 11 years ago
parent
commit
bf005ad056
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/js/omnomirc.js

+ 1 - 1
www/js/omnomirc.js

@@ -296,7 +296,7 @@
 		});
 		$('.unselectable').attr('unselectable','on');
 		$.contextMenu({
-			selector: 'span.tab',
+			selector: 'div.tab',
 			items: {
 				add: {
 					name: 'New Tab',