Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Clears out block name input
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed May 2, 2017
1 parent f8d642c commit 02c82d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Assets/js/modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ $('#frame').load(function () {
$(function () {
$('.add-block-btn').bind('click', function (e) {
e.preventDefault();
$('#blockName').val('');
$('#addBlockModal').modal('toggle');
});

Expand Down

0 comments on commit 02c82d4

Please sign in to comment.