Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Trigger updateJson on change
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs committed Sep 29, 2018
1 parent 1ea3f7d commit 13b59b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/templates/tools/embed_generator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="container">
<h1 class="title has-text-centered">Embed Generator</h1>
<br><br>
<form action="/tools/embed-generator/process" method="post" id="form" class="section box" onchange="updatePreviews();" oninput="updateJson();">
<form action="/tools/embed-generator/process" method="post" id="form" class="section box" onchange="updatePreviews(); updateJson();" oninput="updateJson();">
<!-- Webhook Setting -->
<div class="field">
<label class="label">Webhook</label>
Expand Down

0 comments on commit 13b59b3

Please sign in to comment.