replaced ch.js files by min.js"

This commit is contained in:
Bachir Soussi Chiadmi
2013-12-05 15:29:25 +01:00
parent 9af55b03bd
commit 7230dafd5f
5 changed files with 762 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
* Implements hook_init().
*/
function materio_user_init() {
drupal_add_js(drupal_get_path('module', 'materio_user').'/js/materio_user.js');
drupal_add_js(drupal_get_path('module', 'materio_user').'/js/materio_user.min.js');
}