* Remove useless file.

This commit is contained in:
liumengyi
2022-01-19 17:01:21 +08:00
parent c8b5ceed87
commit 5fa4c30acc

View File

@@ -1,12 +0,0 @@
/**
* Refresh page.
*
* @param string $type
* @access public
* @return void
*/
function refreshPage(kanbanID, type)
{
location.href = createLink('kanban', 'edit', 'kanbanID=' + kanbanID + '&type=' + type);
}