Skip to content
Snippets Groups Projects
Commit 44976c8d authored by Prasad's avatar Prasad
Browse files

Fixes #547: Mute jquery migrate warnings

parent 84346a08
No related branches found
No related tags found
No related merge requests found
......@@ -496,6 +496,10 @@ window.app = (function () {
}
})();
/* Turn-off jQuery Migrate warnings */
jQuery.migrateMute = true;
jQuery(function () {
vtUtils.applyFieldElementsView(jQuery('body'));
window.app.controller();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment