Browse Source

Latest compile 2.22

pull/410/head v2.23
Zach Wise 12 years ago
parent
commit
9865af52bc
  1. 746
      codekit-config.json
  2. 8
      compiled/js/timeline-min.js
  3. 2
      compiled/js/timeline.js
  4. 2
      source/js/Core

746
codekit-config.json

File diff suppressed because it is too large Load Diff

8
compiled/js/timeline-min.js vendored

File diff suppressed because one or more lines are too long

2
compiled/js/timeline.js

@ -4253,7 +4253,7 @@ if(typeof VMM != 'undefined' && typeof VMM.ExternalAPI == 'undefined') {
VMM.attachElement("#" + m.uid, "<a href='" + m.id + "' target='_blank'><img src='" + thumb_url + "size=x&url=" + url + "'></a>");
// Thumb
VMM.attachElement("#" + m.uid + "_thumb", "<a href='" + m.id + "' target='_blank'><img src='" + thumb_url + "size=t&url=" + url + "'></a>");
VMM.attachElement("#" + m.uid + "_thumb", "<img src='" + thumb_url + "size=t&url=" + url + "'>");
},
pushQue: function() {

2
source/js/Core

@ -1 +1 @@
Subproject commit 70ed7d22a4c5fdfb483bf96ce75e7697827253c2
Subproject commit 0ec438a0d56a65ac15880b6f706a9c4aba33c087
Loading…
Cancel
Save