1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Update for changes in github pages

This commit is contained in:
Dave Syer
2016-04-25 17:57:17 +01:00
parent d25f656a48
commit 86f37ce7c1
4 changed files with 137 additions and 44 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ $(document).ready(function() {
Spring.configureCopyButtons = function() {
if (ZeroClipboard.detectFlashSupport()) {
$(".highlight > pre").each(function(index) {
$("pre.highlight").each(function(index) {
Spring.buildCopyButton($(this), index);
}
);