Stash-Reviewers-Chrome-Extension icon indicating copy to clipboard operation
Stash-Reviewers-Chrome-Extension copied to clipboard

template url not working in firefox

Open thekyz opened this issue 6 years ago • 0 comments

The box does not show up at all; I tried fixing it by addings divs around the

in popup.html. It does show up then but when I create a pull-request I still don't see the template loading.
			<div id="template" class="tab-pane">
				<div>
					<div class="form-group">
						<label for="template_text">Template:</label>
						<textarea class="form-control" rows="10" id="template_text"></textarea>
					</div>
				</div>
				<div>
					<div class="form-group">
						<label for="template_url">Template URL:</label>
						<input class="form-control" id="template_url" type="text">
					</div>
				</div>
			</div>

thekyz avatar Apr 05 '18 07:04 thekyz