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

Loading…
Cancel
Save