mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Fix search route
This commit is contained in:
parent
b7c4aad3db
commit
ecbe0011fb
8 changed files with 157 additions and 37 deletions
|
|
@ -157,8 +157,8 @@ LinkBuilder.prototype.admin = function (sScreenName)
|
|||
|
||||
/**
|
||||
* @param {string} sFolder
|
||||
* @param {number=} iPage
|
||||
* @param {string=} sSearch
|
||||
* @param {number=} iPage = 1
|
||||
* @param {string=} sSearch = ''
|
||||
* @return {string}
|
||||
*/
|
||||
LinkBuilder.prototype.mailBox = function (sFolder, iPage, sSearch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue