Browse Source

Fix for jquery load issue

pull/127/head
Zach Wise 13 years ago
parent
commit
0dfd5b502e
  1. 2
      compiled/js/timeline-embed.js
  2. 3
      source/js/Embed.js

2
compiled/js/timeline-embed.js

File diff suppressed because one or more lines are too long

3
source/js/Embed.js

@ -56,6 +56,7 @@
} }
}, },
embed_config = { embed_config = {
version: timeline_js_version,
debug: false, debug: false,
embed: true, embed: true,
width: '100%', width: '100%',
@ -192,7 +193,7 @@
if (!ready.jquery) { if (!ready.jquery) {
LazyLoad.js('http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js', onloaded_jquery); LazyLoad.js('http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js', onloaded_jquery);
} else { } else {
onJQueryLoaded(); onloaded_jquery();
} }
/* On Loaded /* On Loaded

Loading…
Cancel
Save