# HG changeset patch # User Franck Deroche # Date 1235755736 -3600 # Node ID 97954bccf93fbc1147a0738296b527de066f3bbf # Parent e7a5976404198ffc5a35c83269aadfda6d759269 On passe -form-noupdate à popups diff -r e7a597640419 -r 97954bccf93f noderef_view.module --- a/noderef_view.module Fri Feb 27 17:41:56 2009 +0100 +++ b/noderef_view.module Fri Feb 27 18:28:56 2009 +0100 @@ -147,7 +147,7 @@ if (!empty($path)) { popups_add_popups(); $options = array( - 'attributes' => array('class' => 'popups noderef_view_link'), + 'attributes' => array('class' => 'popups-form-noupdate noderef_view_link'), 'query' => array('destination' => 'node') ); $path = l(t('Search'), $path, $options);