Browse Source

serve remotes js from s3 #611

dev
Hakim El Hattab 11 years ago
parent
commit
059311923b
  1. 2
      plugin/remotes/remotes.js

2
plugin/remotes/remotes.js

@ -34,6 +34,6 @@
;
} );
head.js('https://raw.github.com/Remotes/Remotes/master/dist/remotes.ne.min.js');
head.js('https://hakim-static.s3.amazonaws.com/reveal-js/remotes.ne.min.js');
}
})(window);
Loading…
Cancel
Save