Phi: nicer station id popup
use jqueryui popup instead of the native to allow theming
This commit is contained in:
parent
5808152af2
commit
c97d3fdc62
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<div class="phi-radiostack" data-bind="foreach: radios">
|
||||
<div class="phi-radio">
|
||||
<span data-bind="text: label"></span>
|
||||
<input data-bind="value: use, attr: { title: stn }"/>
|
||||
<input data-bind="value: use, attr: { title: stn }, tooltip: {}"/>
|
||||
<button data-bind="click: swap">↔</button>
|
||||
<input data-bind="value: stby"/>
|
||||
</div>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
define([
|
||||
'knockout', 'text!./radiostack.html'
|
||||
'knockout', 'text!./radiostack.html', 'kojqui/tooltip'
|
||||
], function(ko, htmlString) {
|
||||
|
||||
function DualFrequencyViewModel(label, pfx) {
|
||||
|
|
Loading…
Reference in a new issue