From 1a82e59dbca61fd871f3fad70ea25b7669b75b44 Mon Sep 17 00:00:00 2001 From: Jose OC Date: Fri, 19 Jan 2018 10:41:56 +0100 Subject: [PATCH] Undo PR#106 Undo the change thought to fix clippy.svg location for multilanguage sites --- static/js/docdock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/docdock.js b/static/js/docdock.js index 13f40f7ce8d..1f570ad84b2 100644 --- a/static/js/docdock.js +++ b/static/js/docdock.js @@ -186,7 +186,7 @@ jQuery(document).ready(function() { clipInit = true; } - code.after(''); + code.after(''); code.next('.copy-to-clipboard').on('mouseleave', function() { $(this).attr('aria-label', null).removeClass('tooltipped tooltipped-s tooltipped-w'); });