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

liquidcms’s picture

hmm.. although i can see that jq-1.9.1.min and jqm-1.4.2.min are loaded

liquidcms’s picture

Status: Active » Closed (works as designed)

still odd it fails trying to load the .map files but issue with jq was that the .trigger() function is not valid.

tyler.frankenstein’s picture

Status: Closed (works as designed) » Closed (duplicate)

It 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