reset itemFind
This commit is contained in:
parent
c879d49d84
commit
3f3fa9ab2a
1 changed files with 4 additions and 0 deletions
|
|
@ -354,6 +354,10 @@ appPanel
|
||||||
if (pandora.user.ui.itemView == 'video') {
|
if (pandora.user.ui.itemView == 'video') {
|
||||||
pandora.user.ui.itemView = 'player';
|
pandora.user.ui.itemView = 'player';
|
||||||
}
|
}
|
||||||
|
// item find accross relodas breaks links to in/out
|
||||||
|
if (pandora.user.ui.itemFind) {
|
||||||
|
pandora.user.ui.itemFind = "";
|
||||||
|
}
|
||||||
|
|
||||||
Ox.extend(pandora.site, {
|
Ox.extend(pandora.site, {
|
||||||
calendar: data.site.layers.some(function(layer) {
|
calendar: data.site.layers.some(function(layer) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue