Skip to content

Commit

Permalink
🐛 Fix reference to jquery.mobile.custom.min.js
Browse files Browse the repository at this point in the history
In getpelican#663 the user @wayout84 report an error caused by a bad reference to this jQuery library. I have fixed gumby.init.js and gumby.min.js to make it work although Pelican and console still reports that one file is missing (see the mentioned issue).
  • Loading branch information
ivanhercaz committed Dec 12, 2019
1 parent b377f32 commit db99b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gum/static/js/libs/gumby.init.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Modernizr.load({
test: Modernizr.touch,

// if present load custom jQuery mobile build and update Gumby.click
yep: 'js/libs/jquery.mobile.custom.min.js',
yep: 'theme/js/libs/jquery.mobile.custom.min.js',
callback: function(url, result, key) {
// check jQuery mobile has successfully loaded before using tap events
if($.mobile) {
Expand Down
Loading

0 comments on commit db99b2e

Please sign in to comment.