Jump to content

Edit History

rajatoo7

rajatoo7

Replace 

if ($(this).data('type' == undefined) && $(this).data('type') == undefined) {

on modules/appagebuilder/views/js/admin/home.js

with

if ($(this).data('type') == undefined) {

All Done Enjoy. Sorry for being late but I faced this issue today. Anyway if you don't need it now it will help others searching for it.

rajatoo7

rajatoo7

Replace line 531  on modules/appagebuilder/views/js/admin/home.js

with

if ($(this).data('type') == undefined) {

All Done Enjoy. Sorry for being late but I faced this issue today. Anyway if you don't need it now it will help others searching for it.

×
×
  • Create New...