CoasterCms / coastercms

The repository for Coaster CMS (coastercms.org), a full featured, Laravel based Content Management System
https://www.coastercms.org
GNU General Public License v3.0
393 stars 107 forks source link

video - clear selection #70

Open gelzavier opened 6 years ago

gelzavier commented 6 years ago

By using firefox (it works in Chrome) and login to the backend, then edit page that contain video form, when click "Clear Selection", it will redirect to

url : javascript:$('#block_4').select2('val', ''); $('#block_4_preview').css('display', 'none');

and page display

[object Object]

Any suggestion regarding this?