Browse Source

adding showorigin

Nathaniel van Diepen 11 years ago
parent
commit
18157d6134
1 changed files with 7 additions and 0 deletions
  1. 7 0
      app/www/js/omnomirc.js

+ 7 - 0
app/www/js/omnomirc.js

@@ -1134,6 +1134,13 @@
 			type: 'number',
 			val: 10
 		},
+		showorigin: {
+			type: 'boolean',
+			val: false,
+			callback: function(v,s,r){
+				
+			}
+		},
 		theme: {
 			type: 'select',
 			val: 'default',