From 9d3d105daa946237f124a5f1c2cce313dac34106 Mon Sep 17 00:00:00 2001 From: Gergely Date: Fri, 2 Oct 2015 21:06:39 -0700 Subject: [PATCH] Don't load js file on all pages. --- chatroom.module | 7 ------- 1 file changed, 7 deletions(-) diff --git a/chatroom.module b/chatroom.module index c442dbb..de5fa24 100644 --- a/chatroom.module +++ b/chatroom.module @@ -367,13 +367,6 @@ function chatroom_field_info() { } /** - * Implements hook_init(). - */ -function chatroom_init() { - chatroom_add_js(); -} - -/** * Implements hook_menu(). */ function chatroom_menu() { -- 2.3.2 (Apple Git-55)