There was an error while loading. Please reload this page.
1 parent 0000641 commit b677c74Copy full SHA for b677c74
netlify-webhook-deploy.php
@@ -116,7 +116,7 @@ public function run_the_mighty_javascript() {
116
<script type="text/javascript" >
117
jQuery(document).ready(function($) {
118
var _this = this;
119
- $( "td > input" ).css( "width", "100%");
+ $( ".webhook-deploy_page_deploy_webhook_fields_sub td > input" ).css( "width", "100%");
120
121
var webhook_url = '<?php echo(get_option('webhook_address')) ?>';
122
var netlify_user_agent = '<?php echo(get_option('netlify_user_agent')) ?>';
@@ -278,7 +278,7 @@ function netlifyDeploy() {
278
}
279
280
$button.addClass('running').css('opacity', '0.5');
281
-
+
282
netlifyDeploy().done(function() {
283
var $badge = $('#admin-bar-netlify-deploy-status-badge');
284
0 commit comments