Remove extraneous change and fix indentation

This commit is contained in:
Grant Moyer 2019-08-06 22:25:14 -04:00
parent 03f566e7cd
commit 065ca2dad4
2 changed files with 9 additions and 9 deletions

View File

@ -136,7 +136,7 @@ Tip.prototype.getAutoPlacement = function(rect, tipRect) {
}
};
Tip.createTips = function(container, options) {
Tip.createTips = function(container) {
if (!Tip.enabled) {
return;
}

View File

@ -1,14 +1,14 @@
<div class="gen">
<div>{{res 'genLen'}}: <span class="gen__length-range-val">{{opt.length}}</span>
<i class="fa fa-refresh gen__btn-refresh gen__top-btn" title="{{res 'genNewPass'}}"></i>
<i class="fa fa-refresh gen__top-btn" title="{{res 'genNewPass'}}"></i>
<input type="checkbox" id="gen__check-hide" {{#if hide}}checked{{/if}}>
<label for="gen__check-hide" class="fa gen__top-btn"
{{#if hide}}
title="{{res 'genShowPass'}}"
{{else}}
title="{{res 'genHidePass'}}"
{{/if}}
></label>
<label for="gen__check-hide" class="fa gen__top-btn"
{{#if hide}}
title="{{res 'genShowPass'}}"
{{else}}
title="{{res 'genHidePass'}}"
{{/if}}
></label>
</div>
<select class="gen__sel-tpl input-base">
{{#each presets as |ps|}}