From 632fd00248c619fd94d2063c7db37f96548fef2f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 16 May 2012 17:09:57 +0800 Subject: [PATCH] Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- Pman.Dialog.CoreNotifyRecur.bjs | 2 +- Pman.Dialog.CoreNotifyRecur.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 145a2607..299141f8 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -347,7 +347,7 @@ "loadingText": "Searching...", "minChars": 2, "name": "tz_name", - "pageSize": 20, + "pageSize": 999, "qtip": "Select timezone", "selectOnFocus": true, "tpl": "
{tz}
", diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index f1fef552..200b6345 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -439,7 +439,7 @@ Pman.Dialog.CoreNotifyRecur = { loadingText : "Searching...", minChars : 2, name : 'tz_name', - pageSize : 20, + pageSize : 999, qtip : "Select timezone", selectOnFocus : true, tpl : '
{tz}
', -- 2.39.2