mirror of
https://github.com/humhub/humhub.git
synced 2025-03-04 07:08:58 +01:00
Fixed #1257: Removed console.log statement
This commit is contained in:
parent
91eb138eb2
commit
16cdcf7ff7
@ -46,7 +46,7 @@ use yii\helpers\Url;
|
||||
'bgColor' => 'black',
|
||||
'bgOpacity' => '0.5',
|
||||
'boxWidth' => '440',
|
||||
'onChange' => new yii\web\JsExpression('function(c){ console.log("fooo"); $("#cropX").val(c.x);$("#cropY").val(c.y);$("#cropW").val(c.w);$("#cropH").val(c.h); }')
|
||||
'onChange' => new yii\web\JsExpression('function(c){ $("#cropX").val(c.x);$("#cropY").val(c.y);$("#cropW").val(c.w);$("#cropH").val(c.h); }')
|
||||
]
|
||||
]);
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user