diff options
Diffstat (limited to 'app/templates/workout/create.html')
| -rw-r--r-- | app/templates/workout/create.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/workout/create.html b/app/templates/workout/create.html index 333aca6..a84b457 100644 --- a/app/templates/workout/create.html +++ b/app/templates/workout/create.html @@ -64,7 +64,7 @@ </div> <div class="field is-horizontal is-grouped is-grouped-right"> - <p id="add" class="button is-primary"> + <p id="add" class="button is-primary" onclick="handleAdd()"> <span class="icon is-small"> <i class="fa fa-plus"></i> </span> |
