Quintus Leung
Quintus Leung
Using HTML5-Desktop-Notifications, babel-polyfill and CKEditor Notification plugin. There is a class name collision and it turns out having error Uncaught TypeError: w.external.msIsSiteMode is not a function The issue is encountered...
This patch should help: ``` index 670b1d6..8230623 100644 --- jquery.app-folders.js.orig +++ jquery.app-folders.js @@ -196,6 +196,12 @@ //Reset the margin-top for the container $(this).parent().parent().animate({ marginTop: settings.marginTopBase }, settings.animationSpeed ); + +...