We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48ae712 + c342df6 commit fc48609Copy full SHA for fc48609
src/js/jquery.storelocator.js
@@ -2529,17 +2529,17 @@
2529
$this.slideDown();
2530
}
2531
2532
- // Handle no results
2533
- if (_this.isEmptyObject(locationset) || locationset[0].result === 'none') {
2534
- _this.emptyResult();
2535
- return;
2536
- }
2537
-
2538
// Output page numbers if pagination setting is true
2539
if (_this.settings.pagination === true) {
2540
_this.paginationSetup(page);
2541
2542
+ // Handle no results
+ if (_this.isEmptyObject(locationset) || locationset[0].result === 'none') {
+ _this.emptyResult();
+ return;
+ }
+
2543
// Set up the modal window
2544
_this.modalWindow();
2545
0 commit comments