Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. @@ -56,10 +56,6 @@
  2. $.each(data.items, function(index, value) {
  3. disabled = '';
  4. nameSuffix = '';
  5. -
  6. - if (value.meta.device_type === "groups") {
  7. - return;
  8. - }
  9.  
  10. if (options.deviceType && options.deviceType != value.meta.device_type) {
  11. return true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement