X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2F_global%2Findex.js;h=88365270e686e889646f852cdcd0f2d343a53ef2;hb=2f5fa30aadf1ae3394750b6b8a6b2492609d3f66;hp=66ac063bc97961ad4bac4d9629b62ad41a372979;hpb=66fa0c26ab74467645e2cc63a4f48ef82e3f5748;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/_global/index.js b/app/Resources/static/themes/_global/index.js index 66ac063b..88365270 100644 --- a/app/Resources/static/themes/_global/index.js +++ b/app/Resources/static/themes/_global/index.js @@ -5,6 +5,7 @@ import $ from 'jquery'; import annotator from 'annotator'; import ClipboardJS from 'clipboard'; +import 'mathjax/es5/tex-svg'; /* Fonts */ import 'material-design-icons-iconfont/dist/material-design-icons.css'; @@ -113,8 +114,6 @@ $(document).ready(() => { // handle copy to clipboard for developer stuff const clipboard = new ClipboardJS('.btn'); clipboard.on('success', (e) => { - console.info(e.text); - e.clearSelection(); }); });