Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Yes, let's build it, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wentz committed Aug 6, 2014
1 parent 694125b commit de82639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/onion-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -10413,7 +10413,7 @@ define('scribe-plugin-embed',[],function () {
var $bodyInput = $(".embed-body", $modal),
$captionInput = $(".embed-caption", $modal),
$embedBtn = $(".set-embed-button", $modal),
$error = $(".embed-error", $modal);
$error = $(".embed-error", $modal),
$sizeInput = $("[name=size]", $modal);

$modal.on("hide.bs.modal", function() {
Expand Down
Loading

0 comments on commit de82639

Please sign in to comment.