GrafiteInc / CMS

Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
https://cms.grafite.ca
MIT License
494 stars 104 forks source link

Uncaught ReferenceError: _setDashboard is not defined #120

Closed shabaz-ejaz closed 6 years ago

shabaz-ejaz commented 6 years ago

I keep getting this error:

untitled

It is coming from vendor\yab\quarx\src\Assets\js\quarx.js:

$(window).resize(function(){
        _setDashboard();
    });

    _setDashboard();

I have no idea what this is supposed to do but it stops other JS from loading so my application breaks.

mlantz commented 6 years ago

Looks like my recent updates broke the dashboard portion, I'll have a fix out very soon

shabaz-ejaz commented 6 years ago

Any fix for this yet?

mlantz commented 6 years ago

Unfortunately @shabaz-ejaz I had to abandon the name Quarx and Yab abruptly rebrand the packages and release them under a new name. I have been working extensively on this. It is not an issue in the latest version of Grafite CMS but switching from Quarx to Grafite CMS does require several steps. I'm currently writing a blog entry on how to achieve this. I apologize for the inconvenience.