This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Wenner Media Bitbucket PR Bookmarklet | |
| // Instructions for modifying: | |
| // 1. Fork gist and make changes | |
| // 2. Upload pr-bookmarklet.js into origin-assets/dev S3 bucket and "Make public" | |
| (function() { | |
| var title = document.getElementById('id_title'); | |
| var destinationSelect = document.getElementsByName('dest')[0]; | |
| var destinationBranch = destinationSelect.options[destinationSelect.selectedIndex].text; |