mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-19 10:58:20 +01:00
fix setting error
This commit is contained in:
parent
377834e0ff
commit
bb0a20b2ad
@ -180,7 +180,7 @@
|
|||||||
if(opts.dropdown == "true")
|
if(opts.dropdown == "true")
|
||||||
{
|
{
|
||||||
$(self.refs.mlist).hide()
|
$(self.refs.mlist).hide()
|
||||||
$(self.refs.current).html(it.text)
|
$(self.refs.current).html(it.text.__())
|
||||||
}
|
}
|
||||||
|
|
||||||
if(self.onlistselect)
|
if(self.onlistselect)
|
||||||
|
Loading…
Reference in New Issue
Block a user