mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-04 20:04:42 +00:00
18 lines
324 B
HTML
18 lines
324 B
HTML
|
|
<div>
|
||
|
|
<script>
|
||
|
|
__jsnlog_configure = function(JL) {
|
||
|
|
JL.setOptions({
|
||
|
|
"defaultAjaxUrl": "/analytics/trace"
|
||
|
|
})
|
||
|
|
};
|
||
|
|
try {
|
||
|
|
__jsnlog_configure(JL);
|
||
|
|
} catch (e) {};
|
||
|
|
</script>
|
||
|
|
</div>
|
||
|
|
<style>
|
||
|
|
.body {
|
||
|
|
width: 12px
|
||
|
|
}
|
||
|
|
</style>
|