diff --git a/src/pug/templates/control-view.pug b/src/pug/templates/control-view.pug index 352c678..3b1bed5 100644 --- a/src/pug/templates/control-view.pug +++ b/src/pug/templates/control-view.pug @@ -209,8 +209,8 @@ script#control-view-template(type="text/x-template") .macros-buttons(v-if="isMacrosPresent") each macros in this.config.macros - button.macros-button(title="{{macros.id}}",@click="runMacros(macros.id)", - style="height:30px;width:40px;background-color:#fdffff")macros.name + button.macros-button(title=`${macros.id}`,@click=`runMacros(${macros.id})`, + style="height:30px;width:40px;background-color:#fdffff") macros.name .tabs