fixed hash encoding bug with chrome between tarifs page and register form

This commit is contained in:
Bachir Soussi Chiadmi
2015-06-18 17:43:16 +02:00
parent 2d5be00cf1
commit feb93503b6
3 changed files with 12 additions and 12 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.min.js');
drupal_add_js(drupal_get_path('module', 'materio_user').'/js/materio_user.js');
}