Merge branch 'sprint/zentaobiz10' into 'master'
* Fix bug #24865. See merge request easycorp/zentaopms!4419
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
$(document).ready(function()
|
||||
{
|
||||
limitIframeLevel();
|
||||
if(config.onlybody == 'yes') $('.main-actions').css({width: '100%', minWidth: '100%'});
|
||||
});
|
||||
|
||||
$('#tostory').click(function()
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
$(function()
|
||||
{
|
||||
if(config.onlybody == 'yes') $('.main-actions').css('width', '100%');
|
||||
});
|
||||
|
||||
function assign(taskID, assignedTo)
|
||||
{
|
||||
$('.assign').width(150);
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
$(function()
|
||||
{
|
||||
if(config.onlybody == 'yes') $('.main-actions').css('width', '100%');
|
||||
|
||||
$('#toStoryLink').click(function()
|
||||
{
|
||||
$('#productModal .modal-body .input-group .input-group-btn').addClass('hidden');
|
||||
|
||||
Reference in New Issue
Block a user