* bug view remove toTask in xuanxuan
This commit is contained in:
@@ -12,7 +12,7 @@ $(function()
|
||||
var btnClass = " class='" + $that.attr('class') + "'";
|
||||
var action = $that.html();
|
||||
|
||||
if(href.indexOf('createCase') >= 0 || href.indexOf('toStory') >= 0 || href.indexOf('create') >= 0 || href.indexOf('delete') >= 0) return true;
|
||||
if(href.indexOf('createCase') >= 0 || href.indexOf('toStory') >= 0 || href.indexOf('toTask') >= 0 || href.indexOf('create') >= 0 || href.indexOf('delete') >= 0) return true;
|
||||
|
||||
if($that.hasClass('iframe'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user