Skip to content

Commit

Permalink
Fixed issue #13935: 'Double click' to Register
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Aug 6, 2018
1 parent e46ea58 commit 78cb5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/TemplateConfig.php
Expand Up @@ -587,7 +587,7 @@ public function getClassAndAttributes()
$aClassAndAttributes['class']['registermandatoryinfo'] = ' ';
$aClassAndAttributes['class']['registersave'] = ' ';
$aClassAndAttributes['class']['registersavediv'] = ' ';
$aClassAndAttributes['class']['registersavedivbutton'] = ' ';
$aClassAndAttributes['class']['registersavedivbutton'] = ' action--ls-button-submit ';
$aClassAndAttributes['class']['registerhead'] = ' ';


Expand Down

0 comments on commit 78cb5f4

Please sign in to comment.