Files
EasySoft-ZenTaoPMS/module/kanban/js/editspace.js
T
2022-02-23 01:23:43 +00:00

13 lines
249 B
JavaScript

/**
* When type change.
*
* @param int spaceID
* @param string type
* @access public
* @return void
*/
function changeType(spaceID, type)
{
location.href = createLink('kanban', 'editSpace', 'spaceID=' + spaceID + '&type=' + type);
}