Skip to content

Commit 42bbcb8

Browse files
authored
LibreJS compatibility
1 parent a850d02 commit 42bbcb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dlib.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt Apache-2.0
12
DLib = {};
23
DLib.createBox = ({title, text, titleType='h3', textType='span', breakAfterTitle=false, linkTo=false, container='body', expands=false, id=false, expandedTitle=false, expandedText=false}) => {
34
box = '';
@@ -18,3 +19,4 @@ DLib.createBox = ({title, text, titleType='h3', textType='span', breakAfterTitle
1819

1920
//return box;
2021
}
22+
// @license-end

0 commit comments

Comments
 (0)