- beautified reply page

- added bootstrap "messageSent" page
- layout changes in messageWrite views
This commit is contained in:
alex
2018-06-12 17:24:24 +02:00
parent b795fe098b
commit 249f273091
10 changed files with 247 additions and 81 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ function _generateAddonsJSsInclude($calledFrom)
// Generates the global object to pass phrases to javascripts
// NOTE: must be called before including the PhrasesLib.js
_generateJSPhrasesStorageObject($phrases);
if ($phrases != null) _generateJSPhrasesStorageObject($phrases);
// JQuery V3
if ($jquery === true) _generateJSsInclude('vendor/components/jquery/jquery.min.js');