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

Commit

Permalink
Adds checks for paste actions on web content options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Holmes committed Sep 10, 2013
1 parent 308e192 commit 23a4a40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web-tool/tool/src/webapp/vm/web/chef_iframe-customize.vm
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
if (urlInput) {
addEvent(urlInput, 'change', checkPopupIfProtocolIsHttp);
addEvent(urlInput, 'keyup', checkPopupIfProtocolIsHttp);
addEvent(urlInput, 'input', checkPopupIfProtocolIsHttp); // IE
addEvent(urlInput, 'paste', checkPopupIfProtocolIsHttp); // Others
}
});

Expand Down

0 comments on commit 23a4a40

Please sign in to comment.