* Fix the problem that the kanban cannot be displayed in the IE browser.
This commit is contained in:
@@ -822,8 +822,9 @@ function finishCard(cardID, kanbanID, regionID)
|
||||
* @access public
|
||||
* @return boolean
|
||||
*/
|
||||
function updateRegion(regionID, regionData = [])
|
||||
function updateRegion(regionID, regionData)
|
||||
{
|
||||
if(typeof(regionData) == 'undefined') regionData = [];
|
||||
if(!regionID) return false;
|
||||
|
||||
var $region = $('#kanban'+ regionID).kanban();
|
||||
|
||||
Reference in New Issue
Block a user