diff --git a/.gitmodules b/.gitmodules index 625b4627..281318a1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,6 +8,3 @@ [submodule "asm/libraries/tommath"] path = asm/libraries/tommath url = http://git.mcgalaxy.de:8090/WolverinDEV/tommath.git -[submodule "vendor/bbcode"] - path = vendor/bbcode - url = https://github.com/patorjk/Extendible-BBCode-Parser.git diff --git a/css/modals.css.map b/css/modals.css.map new file mode 100644 index 00000000..12160b34 --- /dev/null +++ b/css/modals.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "AAEC,kBAAY;EACX,OAAO,EAAE,IAAI;EACb,qBAAqB,EAAE,qCAAqC;EAC5D,eAAe,EAAE,IAAI;EACrB,YAAY,EAAE,GAAG;EACjB,UAAU,EAAE,UAAU;AAGvB,SAAG;EACF,UAAU,EAAE,kBAAkB;EAC9B,KAAK,EAAE,IAAI;AAGZ,sDAAyC;EACxC,KAAK,EAAE,IAAI;EAGX;;;;;;;;;;;;;;;;;;;;;MAqBE;AAGH,mBAAa;EACZ,aAAa,EAAE,GAAG;EAClB,MAAM,EAAE,SAAS;AAIjB,qCAAY;EACX,qBAAqB,EAAE,UAAU;EACjC,mDAAgB;IACf,UAAU,EAAE,GAAG;AAIjB,uDAA8B;EAC7B,MAAM,EAAE,IAAI;EACZ,MAAM,EAAE,IAAI;AAId,iBAAW;EACV,OAAO,EAAE,GAAG;AAGb,iBAAW;EACV,UAAU,EAAE,GAAG;EAEf,+BAAgB;IACf,UAAU,EAAE,GAAG;;AAMlB,wBAAyB;EACxB,KAAK,EAAE,IAAI;;AAIZ,UAAW;EACV,OAAO,EAAE,IAAI;EAEb,kBAAQ;IACP,KAAK,EAAE,IAAI;IACX,aAAa,EAAE,GAAG;EAGnB,mBAAS;IACR,UAAU,EAAE,oBAAmB;IAC/B,MAAM,EAAE,mBAAmB;IAC3B,aAAa,EAAE,KAAK;IACpB,OAAO,EAAE,GAAG;;AAId,UAAW;EACV,MAAM,EAAE,GAAG", +"sources": ["modals.scss"], +"names": [], +"file": "modals.css" +} \ No newline at end of file diff --git a/js/load.ts b/js/load.ts index fb93d2e6..5e29b9ad 100644 --- a/js/load.ts +++ b/js/load.ts @@ -262,6 +262,7 @@ function loadSide() { //Load the general scripts and required scripts awaitLoad(loadScripts([ ["vendor/jquery/jquery.min.js", /*"https://code.jquery.com/jquery-latest.min.js"*/], + ["vendor/bbcode/xbbcode.js"], ["https://webrtc.github.io/adapter/adapter-latest.js"] ])).then(() => awaitLoad(loadScripts([ //["https://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js"] diff --git a/templates.html b/templates.html index ffb2cf91..a621b749 100644 --- a/templates.html +++ b/templates.html @@ -701,6 +701,11 @@ + {{if property_channel_description }} +
+ +
+ {{/if}} \ No newline at end of file