| 1638 |
var newin = window.open(link, 'popup', 'width=600,height=400,resizable=1,toolbar=0,scrollbars=1,top'); |
1639 |
var newin = window.open(link, 'popup', 'width=600,height=400,resizable=1,toolbar=0,scrollbars=1,top'); |
| 1978 |
}, 500); // 500ms delay after last input |
1979 |
}, debounceInterval); // delay after last input |