1
0
mirror of synced 2026-08-31 22:46:02 +00:00

Update for changes in github pages

This commit is contained in:
Dave Syer
2016-04-25 17:57:17 +01:00
committed by Rob Winch
parent af3d62e9b5
commit 005e0a6730
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);
}
);