some changes
parent
814c60d6ca
commit
7d5f8b068a
|
@ -8,6 +8,3 @@
|
||||||
[submodule "asm/libraries/tommath"]
|
[submodule "asm/libraries/tommath"]
|
||||||
path = asm/libraries/tommath
|
path = asm/libraries/tommath
|
||||||
url = http://git.mcgalaxy.de:8090/WolverinDEV/tommath.git
|
url = http://git.mcgalaxy.de:8090/WolverinDEV/tommath.git
|
||||||
[submodule "vendor/bbcode"]
|
|
||||||
path = vendor/bbcode
|
|
||||||
url = https://github.com/patorjk/Extendible-BBCode-Parser.git
|
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
|
@ -262,6 +262,7 @@ function loadSide() {
|
||||||
//Load the general scripts and required scripts
|
//Load the general scripts and required scripts
|
||||||
awaitLoad(loadScripts([
|
awaitLoad(loadScripts([
|
||||||
["vendor/jquery/jquery.min.js", /*"https://code.jquery.com/jquery-latest.min.js"*/],
|
["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"]
|
["https://webrtc.github.io/adapter/adapter-latest.js"]
|
||||||
])).then(() => awaitLoad(loadScripts([
|
])).then(() => awaitLoad(loadScripts([
|
||||||
//["https://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js"]
|
//["https://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js"]
|
||||||
|
|
|
@ -701,6 +701,11 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
{{if property_channel_description }}
|
||||||
|
<div>
|
||||||
|
<node key="bbcode_channel_description"></node>
|
||||||
|
</div>
|
||||||
|
{{/if}}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue