Advertisement
Guest User

Untitled

a guest
Nov 10th, 2013
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js
  2. index db45147..6f2fad8 100644
  3. --- a/src/webui/static/app/idnode.js
  4. +++ b/src/webui/static/app/idnode.js
  5. @@ -155,7 +155,7 @@ tvheadend.IdNodeField = function (conf)
  6.  
  7. var st = this.store;
  8. return function (v) {
  9. - if (st && st.find) {
  10. + if (st instanceof Ext.data.JsonStore) {
  11. var t = []
  12. var d;
  13. if (v.push)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement