fixed hash encoding bug with chrome between tarifs page and register form
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user