serve remotes js from s3 #611

This commit is contained in:
Hakim El Hattab 2013-09-19 23:36:39 -04:00
parent 1cfb4fc242
commit 059311923b
1 changed files with 1 additions and 1 deletions

View File

@ -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);