when my app starts in ripple the console shows:
GET http://prmtl.liquidcms.org/kmlpr/mobile-application/jquery.min.map 404 (Not Found) /kmlpr/mobile-application/jquery.min.map:1
GET http://prmtl.liquidcms.org/kmlpr/mobile-application/jquery.mobile-1.4.2.... 404 (Not Found)
also, if i add a line like:
$('#my_container').html('
Hello
').trigger('create)';
in a module; the module fails to load.
Comments
Comment #1
liquidcms commentedhmm.. although i can see that jq-1.9.1.min and jqm-1.4.2.min are loaded
Comment #2
liquidcms commentedstill odd it fails trying to load the .map files but issue with jq was that the .trigger() function is not valid.
Comment #3
tyler.frankenstein commentedIt fortunately isn't really a "problem" from DG's perspective, it's just an annoying thing that typically shows up in the console.log() messages.
See this issue for more info: https://github.com/signalpoint/DrupalGap/issues/108