* Remove useless file.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user