Browse Source

added theme change hook

Nathaniel van Diepen 10 năm trước cách đây
mục cha
commit
63ca7d37ab
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/www/js/omnomirc.js

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

@@ -1137,6 +1137,7 @@
 								OmnomIRC: window.OmnomIRC,
 							};
 							runInSandbox(data,sandbox);
+							runHook('themechange',[v]);
 						}
 					});
 				}