You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2022/02/14 12:04:15 UTC

[ofbiz-framework] branch trunk updated: Improved: Change common webapp to common-theme (OFBIZ-12576)

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 88b5c40  Improved: Change common webapp to common-theme (OFBIZ-12576)
88b5c40 is described below

commit 88b5c40fdb754c978c8de409a6cf52e99261df70
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Mon Feb 14 13:03:18 2022 +0100

    Improved: Change common webapp to common-theme (OFBIZ-12576)
    
    Currently the ofbiz-component.xml in themes refers to 2 webapps common-theme and
    images. The location of the former is location="webapp/common". At least on my
    machine this creates, or has created, a local only common directory under themes
    At some points (some months ago IIRW) I had to add a bunch of .gitgnore files
    unders subdirs of this local only common directory.
    
    I think it's better to have the location of the common-theme webapp at
    webapp/common-theme. Hence the possible local only common directory under themes
    disappears. Backend and frontend work fine. It's just some rename so should be
    easy to revert if ever I miss something.
---
 LICENSE                                                     |   4 ++--
 themes/common-theme/ofbiz-component.xml                     |   2 +-
 .../webapp/{common => common-theme}/WEB-INF/web.xml         |   0
 .../webapp/{common => common-theme}/css/impersonate.css     |   0
 .../webapp/{common => common-theme}/css/info.css            |   0
 .../js/jquery/plugins/Readmore.js-master/README.md          |   0
 .../js/jquery/plugins/Readmore.js-master/demo.html          |   0
 .../js/jquery/plugins/Readmore.js-master/readmore.js        |   0
 .../js/jquery/plugins/Readmore.js-master/readmore.min.js    |   0
 .../js/jquery/plugins/datejs/core.js                        |   0
 .../js/jquery/plugins/datejs/date-af-ZA.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-AE.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-BH.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-DZ.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-EG.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-IQ.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-JO.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-KW.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-LB.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-LY.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-MA.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-OM.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-QA.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-SA.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-SY.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-TN.js                  |   0
 .../js/jquery/plugins/datejs/date-ar-YE.js                  |   0
 .../js/jquery/plugins/datejs/date-az-Cyrl-AZ.js             |   0
 .../js/jquery/plugins/datejs/date-az-Latn-AZ.js             |   0
 .../js/jquery/plugins/datejs/date-be-BY.js                  |   0
 .../js/jquery/plugins/datejs/date-bg-BG.js                  |   0
 .../js/jquery/plugins/datejs/date-bs-Latn-BA.js             |   0
 .../js/jquery/plugins/datejs/date-ca-ES.js                  |   0
 .../js/jquery/plugins/datejs/date-cs-CZ.js                  |   0
 .../js/jquery/plugins/datejs/date-cy-GB.js                  |   0
 .../js/jquery/plugins/datejs/date-da-DA.js                  |   0
 .../js/jquery/plugins/datejs/date-da-DK.js                  |   0
 .../js/jquery/plugins/datejs/date-de-AT.js                  |   0
 .../js/jquery/plugins/datejs/date-de-CH.js                  |   0
 .../js/jquery/plugins/datejs/date-de-DE.js                  |   0
 .../js/jquery/plugins/datejs/date-de-LI.js                  |   0
 .../js/jquery/plugins/datejs/date-de-LU.js                  |   0
 .../js/jquery/plugins/datejs/date-dv-MV.js                  |   0
 .../js/jquery/plugins/datejs/date-el-GR.js                  |   0
 .../js/jquery/plugins/datejs/date-en-029.js                 |   0
 .../js/jquery/plugins/datejs/date-en-AU.js                  |   0
 .../js/jquery/plugins/datejs/date-en-BZ.js                  |   0
 .../js/jquery/plugins/datejs/date-en-CA.js                  |   0
 .../js/jquery/plugins/datejs/date-en-GB.js                  |   0
 .../js/jquery/plugins/datejs/date-en-IE.js                  |   0
 .../js/jquery/plugins/datejs/date-en-JM.js                  |   0
 .../js/jquery/plugins/datejs/date-en-NZ.js                  |   0
 .../js/jquery/plugins/datejs/date-en-PH.js                  |   0
 .../js/jquery/plugins/datejs/date-en-TT.js                  |   0
 .../js/jquery/plugins/datejs/date-en-US.js                  |   0
 .../js/jquery/plugins/datejs/date-en-ZA.js                  |   0
 .../js/jquery/plugins/datejs/date-en-ZW.js                  |   0
 .../js/jquery/plugins/datejs/date-es-AR.js                  |   0
 .../js/jquery/plugins/datejs/date-es-BO.js                  |   0
 .../js/jquery/plugins/datejs/date-es-CL.js                  |   0
 .../js/jquery/plugins/datejs/date-es-CO.js                  |   0
 .../js/jquery/plugins/datejs/date-es-CR.js                  |   0
 .../js/jquery/plugins/datejs/date-es-DO.js                  |   0
 .../js/jquery/plugins/datejs/date-es-EC.js                  |   0
 .../js/jquery/plugins/datejs/date-es-ES.js                  |   0
 .../js/jquery/plugins/datejs/date-es-GT.js                  |   0
 .../js/jquery/plugins/datejs/date-es-HN.js                  |   0
 .../js/jquery/plugins/datejs/date-es-MX.js                  |   0
 .../js/jquery/plugins/datejs/date-es-NI.js                  |   0
 .../js/jquery/plugins/datejs/date-es-PA.js                  |   0
 .../js/jquery/plugins/datejs/date-es-PE.js                  |   0
 .../js/jquery/plugins/datejs/date-es-PR.js                  |   0
 .../js/jquery/plugins/datejs/date-es-PY.js                  |   0
 .../js/jquery/plugins/datejs/date-es-SV.js                  |   0
 .../js/jquery/plugins/datejs/date-es-UY.js                  |   0
 .../js/jquery/plugins/datejs/date-es-VE.js                  |   0
 .../js/jquery/plugins/datejs/date-et-EE.js                  |   0
 .../js/jquery/plugins/datejs/date-eu-ES.js                  |   0
 .../js/jquery/plugins/datejs/date-fa-IR.js                  |   0
 .../js/jquery/plugins/datejs/date-fi-FI.js                  |   0
 .../js/jquery/plugins/datejs/date-fo-FO.js                  |   0
 .../js/jquery/plugins/datejs/date-fr-BE.js                  |   0
 .../js/jquery/plugins/datejs/date-fr-CA.js                  |   0
 .../js/jquery/plugins/datejs/date-fr-CH.js                  |   0
 .../js/jquery/plugins/datejs/date-fr-FR.js                  |   0
 .../js/jquery/plugins/datejs/date-fr-LU.js                  |   0
 .../js/jquery/plugins/datejs/date-fr-MC.js                  |   0
 .../js/jquery/plugins/datejs/date-gl-ES.js                  |   0
 .../js/jquery/plugins/datejs/date-gu-IN.js                  |   0
 .../js/jquery/plugins/datejs/date-he-IL.js                  |   0
 .../js/jquery/plugins/datejs/date-hi-IN.js                  |   0
 .../js/jquery/plugins/datejs/date-hr-BA.js                  |   0
 .../js/jquery/plugins/datejs/date-hr-HR.js                  |   0
 .../js/jquery/plugins/datejs/date-hu-HU.js                  |   0
 .../js/jquery/plugins/datejs/date-hy-AM.js                  |   0
 .../js/jquery/plugins/datejs/date-id-ID.js                  |   0
 .../js/jquery/plugins/datejs/date-is-IS.js                  |   0
 .../js/jquery/plugins/datejs/date-it-CH.js                  |   0
 .../js/jquery/plugins/datejs/date-it-IT.js                  |   0
 .../js/jquery/plugins/datejs/date-ja-JP.js                  |   0
 .../js/jquery/plugins/datejs/date-ka-GE.js                  |   0
 .../js/jquery/plugins/datejs/date-kk-KZ.js                  |   0
 .../js/jquery/plugins/datejs/date-kn-IN.js                  |   0
 .../js/jquery/plugins/datejs/date-ko-KR.js                  |   0
 .../js/jquery/plugins/datejs/date-kok-IN.js                 |   0
 .../js/jquery/plugins/datejs/date-ky-KG.js                  |   0
 .../js/jquery/plugins/datejs/date-lt-LT.js                  |   0
 .../js/jquery/plugins/datejs/date-lv-LV.js                  |   0
 .../js/jquery/plugins/datejs/date-mi-NZ.js                  |   0
 .../js/jquery/plugins/datejs/date-mk-MK.js                  |   0
 .../js/jquery/plugins/datejs/date-mn-MN.js                  |   0
 .../js/jquery/plugins/datejs/date-mr-IN.js                  |   0
 .../js/jquery/plugins/datejs/date-ms-BN.js                  |   0
 .../js/jquery/plugins/datejs/date-ms-MY.js                  |   0
 .../js/jquery/plugins/datejs/date-mt-MT.js                  |   0
 .../js/jquery/plugins/datejs/date-nb-NO.js                  |   0
 .../js/jquery/plugins/datejs/date-nl-BE.js                  |   0
 .../js/jquery/plugins/datejs/date-nl-NL.js                  |   0
 .../js/jquery/plugins/datejs/date-nn-NO.js                  |   0
 .../js/jquery/plugins/datejs/date-ns-ZA.js                  |   0
 .../js/jquery/plugins/datejs/date-pa-IN.js                  |   0
 .../js/jquery/plugins/datejs/date-pl-PL.js                  |   0
 .../js/jquery/plugins/datejs/date-pt-BR.js                  |   0
 .../js/jquery/plugins/datejs/date-pt-PT.js                  |   0
 .../js/jquery/plugins/datejs/date-quz-BO.js                 |   0
 .../js/jquery/plugins/datejs/date-quz-EC.js                 |   0
 .../js/jquery/plugins/datejs/date-quz-PE.js                 |   0
 .../js/jquery/plugins/datejs/date-ro-RO.js                  |   0
 .../js/jquery/plugins/datejs/date-ru-RU.js                  |   0
 .../js/jquery/plugins/datejs/date-sa-IN.js                  |   0
 .../js/jquery/plugins/datejs/date-se-FI.js                  |   0
 .../js/jquery/plugins/datejs/date-se-NO.js                  |   0
 .../js/jquery/plugins/datejs/date-se-SE.js                  |   0
 .../js/jquery/plugins/datejs/date-sk-SK.js                  |   0
 .../js/jquery/plugins/datejs/date-sl-SI.js                  |   0
 .../js/jquery/plugins/datejs/date-sma-NO.js                 |   0
 .../js/jquery/plugins/datejs/date-sma-SE.js                 |   0
 .../js/jquery/plugins/datejs/date-smj-NO.js                 |   0
 .../js/jquery/plugins/datejs/date-smj-SE.js                 |   0
 .../js/jquery/plugins/datejs/date-smn-FI.js                 |   0
 .../js/jquery/plugins/datejs/date-sms-FI.js                 |   0
 .../js/jquery/plugins/datejs/date-sq-AL.js                  |   0
 .../js/jquery/plugins/datejs/date-sr-Cyrl-BA.js             |   0
 .../js/jquery/plugins/datejs/date-sr-Cyrl-CS.js             |   0
 .../js/jquery/plugins/datejs/date-sr-Latn-BA.js             |   0
 .../js/jquery/plugins/datejs/date-sr-Latn-CS.js             |   0
 .../js/jquery/plugins/datejs/date-sv-FI.js                  |   0
 .../js/jquery/plugins/datejs/date-sv-SE.js                  |   0
 .../js/jquery/plugins/datejs/date-sw-KE.js                  |   0
 .../js/jquery/plugins/datejs/date-syr-SY.js                 |   0
 .../js/jquery/plugins/datejs/date-ta-IN.js                  |   0
 .../js/jquery/plugins/datejs/date-te-IN.js                  |   0
 .../js/jquery/plugins/datejs/date-th-TH.js                  |   0
 .../js/jquery/plugins/datejs/date-tn-ZA.js                  |   0
 .../js/jquery/plugins/datejs/date-tr-TR.js                  |   0
 .../js/jquery/plugins/datejs/date-tt-RU.js                  |   0
 .../js/jquery/plugins/datejs/date-uk-UA.js                  |   0
 .../js/jquery/plugins/datejs/date-ur-PK.js                  |   0
 .../js/jquery/plugins/datejs/date-uz-Cyrl-UZ.js             |   0
 .../js/jquery/plugins/datejs/date-uz-Latn-UZ.js             |   0
 .../js/jquery/plugins/datejs/date-vi-VN.js                  |   0
 .../js/jquery/plugins/datejs/date-xh-ZA.js                  |   0
 .../js/jquery/plugins/datejs/date-zh-CN.js                  |   0
 .../js/jquery/plugins/datejs/date-zh-HK.js                  |   0
 .../js/jquery/plugins/datejs/date-zh-MO.js                  |   0
 .../js/jquery/plugins/datejs/date-zh-SG.js                  |   0
 .../js/jquery/plugins/datejs/date-zh-TW.js                  |   0
 .../js/jquery/plugins/datejs/date-zu-ZA.js                  |   0
 .../js/jquery/plugins/datejs/date.js                        |   0
 .../js/jquery/plugins/datejs/extras.js                      |   0
 .../js/jquery/plugins/datejs/parser.js                      |   0
 .../js/jquery/plugins/datejs/sugarpak.js                    |   0
 .../js/jquery/plugins/datejs/time.js                        |   0
 .../datetimepicker/i18n/jquery-ui-timepicker-addon-i18n.js  |   0
 .../i18n/jquery-ui-timepicker-addon-i18n.min.js             |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-af.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-am.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-bg.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-ca.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-cs.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-da.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-de.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-el.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-en.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-es.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-et.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-eu.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-fa.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-fi.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-fr.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-gl.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-he.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-hr.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-hu.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-id.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-it.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-ja.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-ko.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-lt.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-lv.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-mk.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-nl.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-no.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-pl.js  |   0
 .../datetimepicker/i18n/jquery-ui-timepicker-pt-BR.js       |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-pt.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-ro.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-ru.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-sk.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-sl.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-sq.js  |   0
 .../datetimepicker/i18n/jquery-ui-timepicker-sr-RS.js       |   0
 .../datetimepicker/i18n/jquery-ui-timepicker-sr-YU.js       |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-sv.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-th.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-tr.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-uk.js  |   0
 .../plugins/datetimepicker/i18n/jquery-ui-timepicker-vi.js  |   0
 .../datetimepicker/i18n/jquery-ui-timepicker-zh-CN.js       |   0
 .../datetimepicker/i18n/jquery-ui-timepicker-zh-HK.js       |   0
 .../datetimepicker/i18n/jquery-ui-timepicker-zh-TW.js       |   0
 .../jquery/plugins/datetimepicker/jquery-ui-sliderAccess.js |   0
 .../js/jquery/plugins/featherlight/featherlight-1.7.13.css  |   0
 .../js/jquery/plugins/featherlight/featherlight-1.7.13.js   |   0
 .../jquery/plugins/featherlight/featherlight-1.7.13.min.css |   0
 .../jquery/plugins/featherlight/featherlight-1.7.13.min.js  |   0
 .../plugins/featherlight/featherlight.gallery-1.7.13.css    |   0
 .../plugins/featherlight/featherlight.gallery-1.7.13.js     |   0
 .../featherlight/featherlight.gallery-1.7.13.min.css        |   0
 .../plugins/featherlight/featherlight.gallery-1.7.13.min.js |   0
 .../js/jquery/plugins/fjTimer/jquerytimer-min.js            |   0
 .../js/jquery/plugins/fjTimer/jquerytimer.js                |   0
 .../js/jquery/plugins/hotkeys/jquery.hotkeys-0.8.js         |   0
 .../plugins/inputmask/jquery.inputmask-5.0.6-beta.11.js     |   0
 .../plugins/inputmask/jquery.inputmask-5.0.6-beta.11.min.js |   0
 .../js/jquery/plugins/jeditable/jquery.jeditable-1.7.3.js   |   0
 .../js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.css |   0
 .../js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.js  |   0
 .../plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.min.css       |   0
 .../jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.min.js |   0
 .../js/jquery/plugins/jquery-jgrowl/jquery.jgrowl.map       |   0
 .../js/jquery/plugins/jquery.color.js                       |   0
 .../js/jquery/plugins/jsTree/jquery.jstree-3.0.0-beta3.js   |   0
 .../js/jquery/plugins/jsTree/jquery.jstree.js               |   0
 .../jquery/plugins/jsTree/jquery.jstree.min-3.0.0-beta3.js  |   0
 .../js/jquery/plugins/jsTree/libs/jquery.ui.touch.js        |   0
 .../js/jquery/plugins/jsTree/libs/require.js                |   0
 .../js/jquery/plugins/jsTree/themes/apple/bg.jpg            | Bin
 .../js/jquery/plugins/jsTree/themes/apple/d.png             | Bin
 .../js/jquery/plugins/jsTree/themes/apple}/dot_for_ie.gif   | Bin
 .../js/jquery/plugins/jsTree/themes/apple/style.css         |   0
 .../js/jquery/plugins/jsTree/themes/apple}/throbber.gif     | Bin
 .../js/jquery/plugins/jsTree/themes/classic/d.gif           | Bin
 .../js/jquery/plugins/jsTree/themes/classic/d.png           | Bin
 .../js/jquery/plugins/jsTree/themes/classic/dot_for_ie.gif  | Bin
 .../js/jquery/plugins/jsTree/themes/classic/style.css       |   0
 .../js/jquery/plugins/jsTree/themes/classic}/throbber.gif   | Bin
 .../js/jquery/plugins/jsTree/themes/default-rtl/d.gif       | Bin
 .../js/jquery/plugins/jsTree/themes/default-rtl/d.png       | Bin
 .../js/jquery/plugins/jsTree/themes/default-rtl/dots.gif    | Bin
 .../js/jquery/plugins/jsTree/themes/default-rtl/style.css   |   0
 .../jquery/plugins/jsTree/themes/default-rtl}/throbber.gif  | Bin
 .../js/jquery/plugins/jsTree/themes/default/32px.png        | Bin
 .../js/jquery/plugins/jsTree/themes/default/40px.png        | Bin
 .../js/jquery/plugins/jsTree/themes/default/d.gif           | Bin
 .../js/jquery/plugins/jsTree/themes/default/d.png           | Bin
 .../js/jquery/plugins/jsTree/themes/default}/dot_for_ie.gif | Bin
 .../plugins/jsTree/themes/default/style-3.0.0-beta3.css     |   0
 .../js/jquery/plugins/jsTree/themes/default/style.css       |   0
 .../plugins/jsTree/themes/default/style.min-3.0.0-beta3.css |   0
 .../js/jquery/plugins/jsTree/themes/default}/throbber.gif   | Bin
 .../js/jquery/plugins/select2/css/select2-4.0.6.css         |   0
 .../js/jquery/plugins/select2/css/select2-4.0.6.min.css     |   0
 .../js/jquery/plugins/select2/js/i18n/af.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/ar.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/az.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/bg.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/bs.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/ca.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/cs.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/da.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/de.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/dsb.js                |   0
 .../js/jquery/plugins/select2/js/i18n/el.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/en.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/es.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/et.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/eu.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/fa.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/fi.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/fr.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/gl.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/he.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/hi.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/hr.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/hsb.js                |   0
 .../js/jquery/plugins/select2/js/i18n/hu.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/hy.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/id.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/is.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/it.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/ja.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/km.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/ko.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/lt.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/lv.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/mk.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/ms.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/nb.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/nl.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/pl.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/ps.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/pt-BR.js              |   0
 .../js/jquery/plugins/select2/js/i18n/pt.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/ro.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/ru.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/sk.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/sl.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/sr-Cyrl.js            |   0
 .../js/jquery/plugins/select2/js/i18n/sr.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/sv.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/th.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/tk.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/tr.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/uk.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/vi.js                 |   0
 .../js/jquery/plugins/select2/js/i18n/zh-CN.js              |   0
 .../js/jquery/plugins/select2/js/i18n/zh-TW.js              |   0
 .../js/jquery/plugins/select2/js/select2-4.0.6.js           |   0
 .../js/jquery/plugins/select2/js/select2-4.0.6.min.js       |   0
 .../js/jquery/ui/i18n/datepicker-af.js                      |   0
 .../js/jquery/ui/i18n/datepicker-ar-DZ.js                   |   0
 .../js/jquery/ui/i18n/datepicker-ar.js                      |   0
 .../js/jquery/ui/i18n/datepicker-az.js                      |   0
 .../js/jquery/ui/i18n/datepicker-be.js                      |   0
 .../js/jquery/ui/i18n/datepicker-bg.js                      |   0
 .../js/jquery/ui/i18n/datepicker-bs.js                      |   0
 .../js/jquery/ui/i18n/datepicker-ca.js                      |   0
 .../js/jquery/ui/i18n/datepicker-cs.js                      |   0
 .../js/jquery/ui/i18n/datepicker-cy-GB.js                   |   0
 .../js/jquery/ui/i18n/datepicker-da.js                      |   0
 .../js/jquery/ui/i18n/datepicker-de.js                      |   0
 .../js/jquery/ui/i18n/datepicker-el.js                      |   0
 .../js/jquery/ui/i18n/datepicker-en-AU.js                   |   0
 .../js/jquery/ui/i18n/datepicker-en-GB.js                   |   0
 .../js/jquery/ui/i18n/datepicker-en-NZ.js                   |   0
 .../js/jquery/ui/i18n/datepicker-en.js                      |   0
 .../js/jquery/ui/i18n/datepicker-eo.js                      |   0
 .../js/jquery/ui/i18n/datepicker-es.js                      |   0
 .../js/jquery/ui/i18n/datepicker-et.js                      |   0
 .../js/jquery/ui/i18n/datepicker-eu.js                      |   0
 .../js/jquery/ui/i18n/datepicker-fa.js                      |   0
 .../js/jquery/ui/i18n/datepicker-fi.js                      |   0
 .../js/jquery/ui/i18n/datepicker-fo.js                      |   0
 .../js/jquery/ui/i18n/datepicker-fr-CA.js                   |   0
 .../js/jquery/ui/i18n/datepicker-fr-CH.js                   |   0
 .../js/jquery/ui/i18n/datepicker-fr.js                      |   0
 .../js/jquery/ui/i18n/datepicker-gl.js                      |   0
 .../js/jquery/ui/i18n/datepicker-he.js                      |   0
 .../js/jquery/ui/i18n/datepicker-hi.js                      |   0
 .../js/jquery/ui/i18n/datepicker-hr.js                      |   0
 .../js/jquery/ui/i18n/datepicker-hu.js                      |   0
 .../js/jquery/ui/i18n/datepicker-hy.js                      |   0
 .../js/jquery/ui/i18n/datepicker-id.js                      |   0
 .../js/jquery/ui/i18n/datepicker-is.js                      |   0
 .../js/jquery/ui/i18n/datepicker-it-CH.js                   |   0
 .../js/jquery/ui/i18n/datepicker-it.js                      |   0
 .../js/jquery/ui/i18n/datepicker-ja.js                      |   0
 .../js/jquery/ui/i18n/datepicker-ka.js                      |   0
 .../js/jquery/ui/i18n/datepicker-kk.js                      |   0
 .../js/jquery/ui/i18n/datepicker-km.js                      |   0
 .../js/jquery/ui/i18n/datepicker-ko.js                      |   0
 .../js/jquery/ui/i18n/datepicker-ky.js                      |   0
 .../js/jquery/ui/i18n/datepicker-lb.js                      |   0
 .../js/jquery/ui/i18n/datepicker-lt.js                      |   0
 .../js/jquery/ui/i18n/datepicker-lv.js                      |   0
 .../js/jquery/ui/i18n/datepicker-mk.js                      |   0
 .../js/jquery/ui/i18n/datepicker-ml.js                      |   0
 .../js/jquery/ui/i18n/datepicker-ms.js                      |   0
 .../js/jquery/ui/i18n/datepicker-nb.js                      |   0
 .../js/jquery/ui/i18n/datepicker-nl-BE.js                   |   0
 .../js/jquery/ui/i18n/datepicker-nl.js                      |   0
 .../js/jquery/ui/i18n/datepicker-nn.js                      |   0
 .../js/jquery/ui/i18n/datepicker-no.js                      |   0
 .../js/jquery/ui/i18n/datepicker-pl.js                      |   0
 .../js/jquery/ui/i18n/datepicker-pt-BR.js                   |   0
 .../js/jquery/ui/i18n/datepicker-pt.js                      |   0
 .../js/jquery/ui/i18n/datepicker-rm.js                      |   0
 .../js/jquery/ui/i18n/datepicker-ro.js                      |   0
 .../js/jquery/ui/i18n/datepicker-ru.js                      |   0
 .../js/jquery/ui/i18n/datepicker-sk.js                      |   0
 .../js/jquery/ui/i18n/datepicker-sl.js                      |   0
 .../js/jquery/ui/i18n/datepicker-sq.js                      |   0
 .../js/jquery/ui/i18n/datepicker-sr-SR.js                   |   0
 .../js/jquery/ui/i18n/datepicker-sr.js                      |   0
 .../js/jquery/ui/i18n/datepicker-sv.js                      |   0
 .../js/jquery/ui/i18n/datepicker-ta.js                      |   0
 .../js/jquery/ui/i18n/datepicker-th.js                      |   0
 .../js/jquery/ui/i18n/datepicker-tj.js                      |   0
 .../js/jquery/ui/i18n/datepicker-tr.js                      |   0
 .../js/jquery/ui/i18n/datepicker-uk.js                      |   0
 .../js/jquery/ui/i18n/datepicker-vi.js                      |   0
 .../js/jquery/ui/i18n/datepicker-zh-CN.js                   |   0
 .../js/jquery/ui/i18n/datepicker-zh-HK.js                   |   0
 .../js/jquery/ui/i18n/datepicker-zh-TW.js                   |   0
 .../js/jquery/ui/images/ui-icons_444444_256x240.png         | Bin
 .../js/jquery/ui/images/ui-icons_555555_256x240.png         | Bin
 .../js/jquery/ui/images/ui-icons_777620_256x240.png         | Bin
 .../js/jquery/ui/images/ui-icons_777777_256x240.png         | Bin
 .../js/jquery/ui/images/ui-icons_cc0000_256x240.png         | Bin
 .../js/jquery/ui/images/ui-icons_ffffff_256x240.png         | Bin
 .../js/jquery/ui/js/jquery.cookie-1.4.0.js                  |   0
 .../webapp/{common => common-theme}/js/package-lock.json    |   0
 .../webapp/{common => common-theme}/js/package.json         |   0
 .../js/plugins/OpenLayers-5.3.0.css                         |   0
 .../{common => common-theme}/js/plugins/OpenLayers-5.3.0.js |   0
 .../js/plugins/date/FromThruDateCheck.js                    |   0
 .../js/plugins/date/date.timezone-min.js                    |   0
 .../js/plugins/date/date.timezone.js                        |   0
 .../js/plugins/date/timezones/Makefile                      |   0
 .../js/plugins/date/timezones/africa                        |   0
 .../js/plugins/date/timezones/antarctica                    |   0
 .../{common => common-theme}/js/plugins/date/timezones/asia |   0
 .../js/plugins/date/timezones/australasia                   |   0
 .../js/plugins/date/timezones/backward                      |   0
 .../js/plugins/date/timezones/etcetera                      |   0
 .../js/plugins/date/timezones/europe                        |   0
 .../js/plugins/date/timezones/factory                       |   0
 .../js/plugins/date/timezones/iso3166.tab                   |   0
 .../js/plugins/date/timezones/leapseconds                   |   0
 .../js/plugins/date/timezones/min/africa                    |   0
 .../js/plugins/date/timezones/min/antarctica                |   0
 .../js/plugins/date/timezones/min/asia                      |   0
 .../js/plugins/date/timezones/min/australasia               |   0
 .../js/plugins/date/timezones/min/backward                  |   0
 .../js/plugins/date/timezones/min/etcetera                  |   0
 .../js/plugins/date/timezones/min/europe                    |   0
 .../js/plugins/date/timezones/min/factory                   |   0
 .../js/plugins/date/timezones/min/iso3166.tab               |   0
 .../js/plugins/date/timezones/min/leapseconds               |   0
 .../js/plugins/date/timezones/min/northamerica              |   0
 .../js/plugins/date/timezones/min/pacificnew                |   0
 .../js/plugins/date/timezones/min/solar87                   |   0
 .../js/plugins/date/timezones/min/solar88                   |   0
 .../js/plugins/date/timezones/min/solar89                   |   0
 .../js/plugins/date/timezones/min/southamerica              |   0
 .../js/plugins/date/timezones/min/systemv                   |   0
 .../js/plugins/date/timezones/min/zone.tab                  |   0
 .../js/plugins/date/timezones/northamerica                  |   0
 .../js/plugins/date/timezones/pacificnew                    |   0
 .../js/plugins/date/timezones/solar87                       |   0
 .../js/plugins/date/timezones/solar88                       |   0
 .../js/plugins/date/timezones/solar89                       |   0
 .../js/plugins/date/timezones/southamerica                  |   0
 .../js/plugins/date/timezones/strip_olson_comments.rb       |   0
 .../js/plugins/date/timezones/strip_olson_comments_ofbiz.rb |   0
 .../js/plugins/date/timezones/systemv                       |   0
 .../js/plugins/date/timezones/yearistype.sh                 |   0
 .../js/plugins/date/timezones/zone.tab                      |   0
 .../js/plugins/imagemanagement/jQueryRotate.js              |   0
 .../js/plugins/imagemanagement/jQueryRotateCompressed.js    |   0
 .../js/plugins/imagemanagement/jquery.Jcrop.css             |   0
 .../js/plugins/imagemanagement/jquery.Jcrop.js              |   0
 .../js/plugins/imagemanagement/jquery.Jcrop.min.js          |   0
 .../js/plugins/imagemanagement/jquery.color.js              |   0
 .../js/plugins/imagemanagement/sizzle.js                    |   0
 .../js/plugins/imagemanagement/sizzle.min.js                |   0
 .../js/plugins/imagemanagement/sizzle.min.map               |   0
 .../{common => common-theme}/js/plugins/jsgantt/jsgantt.css |   0
 .../{common => common-theme}/js/plugins/jsgantt/jsgantt.js  |   0
 .../moment-timezone/moment-timezone-with-data.min.js        |   0
 .../js/plugins/moment-timezone/moment-with-locales.min.js   |   0
 .../webapp/{common => common-theme}/js/plugins/myportal.css |   0
 .../webapp/{common => common-theme}/js/plugins/myportal.js  |   0
 .../webapp/{common => common-theme}/js/util/OfbizUtil.js    |   0
 .../webapp/{common => common-theme}/js/util/application.js  |   0
 .../webapp/{common => common-theme}/js/util/combobox.js     |   0
 .../webapp/{common => common-theme}/js/util/fieldlookup.js  |   0
 .../{common => common-theme}/js/util/miscAjaxFunctions.js   |   0
 .../js/util/selectMultipleRelatedValues.js                  |   0
 .../{common => common-theme}/js/util/setUserTimeZone.js     |   0
 .../webapp/{common => common-theme}/js/util/util.js         |   0
 482 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LICENSE b/LICENSE
index 87cb277..0ffd202 100644
--- a/LICENSE
+++ b/LICENSE
@@ -209,10 +209,10 @@ For details, see framework/resources/fonts/NotoSans/.
 =========================================================================
 
 This product bundles "timezones" files, which are available in the "Public Domain".
-For details, see themes/common/webapp/common/js/plugins/date/timezones.
+For details, see themes/common/webapp/common-theme/js/plugins/date/timezones.
 
 =========================================================================
 
 This product bundles "jQuery Input Mask plugin", which is available
 under the "MIT" license.
-For details, see themes/common-theme/webapp/common/js/jquery/plugins/inputmask/jquery.inputmask*
+For details, see themes/common-theme/webapp/common-theme/js/jquery/plugins/inputmask/jquery.inputmask*
diff --git a/themes/common-theme/ofbiz-component.xml b/themes/common-theme/ofbiz-component.xml
index 5987040..667379b 100644
--- a/themes/common-theme/ofbiz-component.xml
+++ b/themes/common-theme/ofbiz-component.xml
@@ -32,7 +32,7 @@ under the License.
     <webapp name="common-theme"
         title="common theme"
         server="default-server"
-        location="webapp/common"
+        location="webapp/common-theme"
         mount-point="/common"
         app-bar-display="false"/>
     <webapp name="images"
diff --git a/themes/common-theme/webapp/common/WEB-INF/web.xml b/themes/common-theme/webapp/common-theme/WEB-INF/web.xml
similarity index 100%
rename from themes/common-theme/webapp/common/WEB-INF/web.xml
rename to themes/common-theme/webapp/common-theme/WEB-INF/web.xml
diff --git a/themes/common-theme/webapp/common/css/impersonate.css b/themes/common-theme/webapp/common-theme/css/impersonate.css
similarity index 100%
rename from themes/common-theme/webapp/common/css/impersonate.css
rename to themes/common-theme/webapp/common-theme/css/impersonate.css
diff --git a/themes/common-theme/webapp/common/css/info.css b/themes/common-theme/webapp/common-theme/css/info.css
similarity index 100%
rename from themes/common-theme/webapp/common/css/info.css
rename to themes/common-theme/webapp/common-theme/css/info.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/Readmore.js-master/README.md b/themes/common-theme/webapp/common-theme/js/jquery/plugins/Readmore.js-master/README.md
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/Readmore.js-master/README.md
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/Readmore.js-master/README.md
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/Readmore.js-master/demo.html b/themes/common-theme/webapp/common-theme/js/jquery/plugins/Readmore.js-master/demo.html
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/Readmore.js-master/demo.html
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/Readmore.js-master/demo.html
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/Readmore.js-master/readmore.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/Readmore.js-master/readmore.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/Readmore.js-master/readmore.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/Readmore.js-master/readmore.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/Readmore.js-master/readmore.min.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/Readmore.js-master/readmore.min.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/Readmore.js-master/readmore.min.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/Readmore.js-master/readmore.min.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/core.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/core.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/core.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/core.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-af-ZA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-af-ZA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-af-ZA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-af-ZA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-AE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-AE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-AE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-AE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-BH.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-BH.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-BH.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-BH.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-DZ.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-DZ.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-DZ.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-DZ.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-EG.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-EG.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-EG.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-EG.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-IQ.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-IQ.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-IQ.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-IQ.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-JO.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-JO.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-JO.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-JO.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-KW.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-KW.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-KW.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-KW.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-LB.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-LB.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-LB.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-LB.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-LY.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-LY.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-LY.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-LY.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-MA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-MA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-MA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-MA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-OM.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-OM.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-OM.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-OM.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-QA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-QA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-QA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-QA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-SA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-SA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-SA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-SA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-SY.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-SY.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-SY.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-SY.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-TN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-TN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-TN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-TN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-YE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-YE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ar-YE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ar-YE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-az-Cyrl-AZ.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-az-Cyrl-AZ.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-az-Cyrl-AZ.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-az-Cyrl-AZ.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-az-Latn-AZ.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-az-Latn-AZ.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-az-Latn-AZ.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-az-Latn-AZ.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-be-BY.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-be-BY.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-be-BY.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-be-BY.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-bg-BG.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-bg-BG.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-bg-BG.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-bg-BG.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-bs-Latn-BA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-bs-Latn-BA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-bs-Latn-BA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-bs-Latn-BA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ca-ES.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ca-ES.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ca-ES.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ca-ES.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-cs-CZ.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-cs-CZ.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-cs-CZ.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-cs-CZ.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-cy-GB.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-cy-GB.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-cy-GB.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-cy-GB.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-da-DA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-da-DA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-da-DA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-da-DA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-da-DK.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-da-DK.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-da-DK.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-da-DK.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-de-AT.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-de-AT.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-de-AT.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-de-AT.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-de-CH.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-de-CH.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-de-CH.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-de-CH.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-de-DE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-de-DE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-de-DE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-de-DE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-de-LI.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-de-LI.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-de-LI.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-de-LI.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-de-LU.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-de-LU.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-de-LU.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-de-LU.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-dv-MV.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-dv-MV.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-dv-MV.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-dv-MV.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-el-GR.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-el-GR.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-el-GR.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-el-GR.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-029.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-029.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-029.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-029.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-AU.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-AU.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-AU.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-AU.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-BZ.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-BZ.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-BZ.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-BZ.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-CA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-CA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-CA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-CA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-GB.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-GB.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-GB.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-GB.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-IE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-IE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-IE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-IE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-JM.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-JM.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-JM.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-JM.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-NZ.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-NZ.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-NZ.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-NZ.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-PH.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-PH.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-PH.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-PH.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-TT.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-TT.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-TT.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-TT.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-US.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-US.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-US.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-US.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-ZA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-ZA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-ZA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-ZA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-ZW.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-ZW.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-en-ZW.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-en-ZW.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-AR.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-AR.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-AR.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-AR.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-BO.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-BO.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-BO.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-BO.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-CL.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-CL.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-CL.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-CL.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-CO.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-CO.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-CO.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-CO.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-CR.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-CR.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-CR.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-CR.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-DO.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-DO.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-DO.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-DO.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-EC.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-EC.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-EC.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-EC.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-ES.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-ES.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-ES.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-ES.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-GT.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-GT.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-GT.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-GT.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-HN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-HN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-HN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-HN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-MX.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-MX.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-MX.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-MX.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-NI.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-NI.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-NI.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-NI.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-PA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-PA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-PA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-PA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-PE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-PE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-PE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-PE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-PR.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-PR.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-PR.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-PR.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-PY.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-PY.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-PY.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-PY.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-SV.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-SV.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-SV.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-SV.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-UY.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-UY.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-UY.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-UY.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-VE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-VE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-es-VE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-es-VE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-et-EE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-et-EE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-et-EE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-et-EE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-eu-ES.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-eu-ES.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-eu-ES.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-eu-ES.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fa-IR.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fa-IR.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fa-IR.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fa-IR.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fi-FI.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fi-FI.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fi-FI.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fi-FI.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fo-FO.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fo-FO.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fo-FO.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fo-FO.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fr-BE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fr-BE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fr-BE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fr-BE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fr-CA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fr-CA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fr-CA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fr-CA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fr-CH.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fr-CH.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fr-CH.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fr-CH.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fr-FR.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fr-FR.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fr-FR.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fr-FR.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fr-LU.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fr-LU.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fr-LU.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fr-LU.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fr-MC.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fr-MC.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-fr-MC.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-fr-MC.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-gl-ES.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-gl-ES.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-gl-ES.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-gl-ES.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-gu-IN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-gu-IN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-gu-IN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-gu-IN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-he-IL.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-he-IL.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-he-IL.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-he-IL.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-hi-IN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-hi-IN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-hi-IN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-hi-IN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-hr-BA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-hr-BA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-hr-BA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-hr-BA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-hr-HR.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-hr-HR.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-hr-HR.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-hr-HR.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-hu-HU.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-hu-HU.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-hu-HU.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-hu-HU.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-hy-AM.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-hy-AM.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-hy-AM.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-hy-AM.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-id-ID.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-id-ID.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-id-ID.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-id-ID.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-is-IS.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-is-IS.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-is-IS.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-is-IS.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-it-CH.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-it-CH.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-it-CH.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-it-CH.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-it-IT.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-it-IT.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-it-IT.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-it-IT.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ja-JP.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ja-JP.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ja-JP.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ja-JP.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ka-GE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ka-GE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ka-GE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ka-GE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-kk-KZ.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-kk-KZ.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-kk-KZ.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-kk-KZ.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-kn-IN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-kn-IN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-kn-IN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-kn-IN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ko-KR.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ko-KR.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ko-KR.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ko-KR.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-kok-IN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-kok-IN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-kok-IN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-kok-IN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ky-KG.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ky-KG.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ky-KG.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ky-KG.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-lt-LT.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-lt-LT.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-lt-LT.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-lt-LT.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-lv-LV.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-lv-LV.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-lv-LV.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-lv-LV.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-mi-NZ.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-mi-NZ.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-mi-NZ.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-mi-NZ.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-mk-MK.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-mk-MK.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-mk-MK.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-mk-MK.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-mn-MN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-mn-MN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-mn-MN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-mn-MN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-mr-IN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-mr-IN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-mr-IN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-mr-IN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ms-BN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ms-BN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ms-BN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ms-BN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ms-MY.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ms-MY.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ms-MY.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ms-MY.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-mt-MT.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-mt-MT.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-mt-MT.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-mt-MT.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-nb-NO.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-nb-NO.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-nb-NO.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-nb-NO.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-nl-BE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-nl-BE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-nl-BE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-nl-BE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-nl-NL.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-nl-NL.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-nl-NL.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-nl-NL.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-nn-NO.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-nn-NO.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-nn-NO.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-nn-NO.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ns-ZA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ns-ZA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ns-ZA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ns-ZA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-pa-IN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-pa-IN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-pa-IN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-pa-IN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-pl-PL.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-pl-PL.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-pl-PL.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-pl-PL.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-pt-BR.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-pt-BR.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-pt-BR.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-pt-BR.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-pt-PT.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-pt-PT.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-pt-PT.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-pt-PT.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-quz-BO.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-quz-BO.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-quz-BO.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-quz-BO.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-quz-EC.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-quz-EC.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-quz-EC.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-quz-EC.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-quz-PE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-quz-PE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-quz-PE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-quz-PE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ro-RO.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ro-RO.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ro-RO.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ro-RO.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ru-RU.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ru-RU.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ru-RU.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ru-RU.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sa-IN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sa-IN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sa-IN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sa-IN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-se-FI.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-se-FI.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-se-FI.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-se-FI.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-se-NO.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-se-NO.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-se-NO.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-se-NO.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-se-SE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-se-SE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-se-SE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-se-SE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sk-SK.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sk-SK.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sk-SK.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sk-SK.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sl-SI.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sl-SI.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sl-SI.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sl-SI.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sma-NO.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sma-NO.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sma-NO.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sma-NO.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sma-SE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sma-SE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sma-SE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sma-SE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-smj-NO.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-smj-NO.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-smj-NO.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-smj-NO.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-smj-SE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-smj-SE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-smj-SE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-smj-SE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-smn-FI.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-smn-FI.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-smn-FI.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-smn-FI.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sms-FI.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sms-FI.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sms-FI.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sms-FI.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sq-AL.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sq-AL.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sq-AL.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sq-AL.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sr-Cyrl-BA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sr-Cyrl-BA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sr-Cyrl-BA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sr-Cyrl-BA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sr-Cyrl-CS.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sr-Cyrl-CS.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sr-Cyrl-CS.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sr-Cyrl-CS.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sr-Latn-BA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sr-Latn-BA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sr-Latn-BA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sr-Latn-BA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sr-Latn-CS.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sr-Latn-CS.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sr-Latn-CS.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sr-Latn-CS.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sv-FI.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sv-FI.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sv-FI.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sv-FI.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sv-SE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sv-SE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sv-SE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sv-SE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sw-KE.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sw-KE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-sw-KE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-sw-KE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-syr-SY.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-syr-SY.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-syr-SY.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-syr-SY.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ta-IN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ta-IN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ta-IN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ta-IN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-te-IN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-te-IN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-te-IN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-te-IN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-th-TH.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-th-TH.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-th-TH.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-th-TH.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-tn-ZA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-tn-ZA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-tn-ZA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-tn-ZA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-tr-TR.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-tr-TR.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-tr-TR.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-tr-TR.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-tt-RU.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-tt-RU.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-tt-RU.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-tt-RU.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-uk-UA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-uk-UA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-uk-UA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-uk-UA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ur-PK.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ur-PK.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-ur-PK.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-ur-PK.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-uz-Cyrl-UZ.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-uz-Cyrl-UZ.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-uz-Cyrl-UZ.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-uz-Cyrl-UZ.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-uz-Latn-UZ.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-uz-Latn-UZ.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-uz-Latn-UZ.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-uz-Latn-UZ.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-vi-VN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-vi-VN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-vi-VN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-vi-VN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-xh-ZA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-xh-ZA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-xh-ZA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-xh-ZA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-zh-CN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-zh-CN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-zh-CN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-zh-CN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-zh-HK.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-zh-HK.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-zh-HK.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-zh-HK.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-zh-MO.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-zh-MO.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-zh-MO.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-zh-MO.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-zh-SG.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-zh-SG.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-zh-SG.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-zh-SG.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-zh-TW.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-zh-TW.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-zh-TW.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-zh-TW.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-zu-ZA.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-zu-ZA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date-zu-ZA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date-zu-ZA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/date.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/date.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/date.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/extras.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/extras.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/extras.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/extras.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/parser.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/parser.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/parser.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/parser.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/sugarpak.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/sugarpak.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/sugarpak.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/sugarpak.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datejs/time.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/time.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datejs/time.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datejs/time.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-addon-i18n.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-addon-i18n.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-addon-i18n.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-addon-i18n.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-addon-i18n.min.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-addon-i18n.min.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-addon-i18n.min.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-addon-i18n.min.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-af.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-af.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-af.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-af.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-am.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-am.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-am.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-am.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-bg.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-bg.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-bg.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-bg.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ca.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ca.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ca.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ca.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-cs.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-cs.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-cs.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-cs.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-da.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-da.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-da.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-da.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-de.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-de.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-de.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-de.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-el.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-el.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-el.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-el.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-en.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-en.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-en.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-en.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-es.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-es.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-es.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-es.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-et.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-et.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-et.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-et.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-eu.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-eu.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-eu.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-eu.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-fa.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-fa.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-fa.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-fa.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-fi.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-fi.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-fi.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-fi.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-fr.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-fr.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-fr.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-fr.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-gl.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-gl.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-gl.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-gl.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-he.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-he.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-he.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-he.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-hr.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-hr.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-hr.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-hr.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-hu.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-hu.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-hu.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-hu.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-id.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-id.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-id.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-id.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-it.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-it.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-it.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-it.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ja.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ja.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ja.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ja.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ko.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ko.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ko.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ko.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-lt.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-lt.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-lt.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-lt.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-lv.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-lv.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-lv.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-lv.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-mk.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-mk.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-mk.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-mk.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-nl.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-nl.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-nl.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-nl.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-no.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-no.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-no.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-no.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-pl.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-pl.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-pl.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-pl.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-pt-BR.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-pt-BR.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-pt-BR.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-pt-BR.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-pt.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-pt.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-pt.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-pt.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ro.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ro.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ro.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ro.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ru.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ru.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ru.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-ru.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sk.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sk.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sk.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sk.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sl.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sl.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sl.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sl.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sq.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sq.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sq.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sq.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sr-RS.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sr-RS.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sr-RS.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sr-RS.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sr-YU.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sr-YU.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sr-YU.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sr-YU.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sv.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sv.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sv.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-sv.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-th.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-th.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-th.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-th.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-tr.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-tr.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-tr.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-tr.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-uk.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-uk.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-uk.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-uk.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-vi.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-vi.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-vi.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-vi.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-zh-CN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-zh-CN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-zh-CN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-zh-CN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-zh-HK.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-zh-HK.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-zh-HK.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-zh-HK.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-zh-TW.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-zh-TW.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-zh-TW.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/i18n/jquery-ui-timepicker-zh-TW.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/jquery-ui-sliderAccess.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/jquery-ui-sliderAccess.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/datetimepicker/jquery-ui-sliderAccess.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/datetimepicker/jquery-ui-sliderAccess.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight-1.7.13.css b/themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight-1.7.13.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight-1.7.13.css
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight-1.7.13.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight-1.7.13.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight-1.7.13.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight-1.7.13.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight-1.7.13.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight-1.7.13.min.css b/themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight-1.7.13.min.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight-1.7.13.min.css
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight-1.7.13.min.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight-1.7.13.min.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight-1.7.13.min.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight-1.7.13.min.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight-1.7.13.min.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.css b/themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.css
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.min.css b/themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.min.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.min.css
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.min.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.min.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.min.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.min.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/featherlight/featherlight.gallery-1.7.13.min.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/fjTimer/jquerytimer-min.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/fjTimer/jquerytimer-min.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/fjTimer/jquerytimer-min.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/fjTimer/jquerytimer-min.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/fjTimer/jquerytimer.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/fjTimer/jquerytimer.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/fjTimer/jquerytimer.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/fjTimer/jquerytimer.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/hotkeys/jquery.hotkeys-0.8.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/hotkeys/jquery.hotkeys-0.8.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/hotkeys/jquery.hotkeys-0.8.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/hotkeys/jquery.hotkeys-0.8.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/inputmask/jquery.inputmask-5.0.6-beta.11.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/inputmask/jquery.inputmask-5.0.6-beta.11.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/inputmask/jquery.inputmask-5.0.6-beta.11.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/inputmask/jquery.inputmask-5.0.6-beta.11.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/inputmask/jquery.inputmask-5.0.6-beta.11.min.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/inputmask/jquery.inputmask-5.0.6-beta.11.min.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/inputmask/jquery.inputmask-5.0.6-beta.11.min.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/inputmask/jquery.inputmask-5.0.6-beta.11.min.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jeditable/jquery.jeditable-1.7.3.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jeditable/jquery.jeditable-1.7.3.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jeditable/jquery.jeditable-1.7.3.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jeditable/jquery.jeditable-1.7.3.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.css b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.css
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.min.css b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.min.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.min.css
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.min.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.min.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.min.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.min.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl-1.4.6.min.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl.map b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl.map
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl.map
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jquery-jgrowl/jquery.jgrowl.map
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jquery.color.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jquery.color.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jquery.color.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jquery.color.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/jquery.jstree-3.0.0-beta3.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/jquery.jstree-3.0.0-beta3.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/jquery.jstree-3.0.0-beta3.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/jquery.jstree-3.0.0-beta3.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/jquery.jstree.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/jquery.jstree.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/jquery.jstree.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/jquery.jstree.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/jquery.jstree.min-3.0.0-beta3.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/jquery.jstree.min-3.0.0-beta3.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/jquery.jstree.min-3.0.0-beta3.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/jquery.jstree.min-3.0.0-beta3.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/libs/jquery.ui.touch.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/libs/jquery.ui.touch.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/libs/jquery.ui.touch.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/libs/jquery.ui.touch.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/libs/require.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/libs/require.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/libs/require.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/libs/require.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/apple/bg.jpg b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/apple/bg.jpg
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/apple/bg.jpg
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/apple/bg.jpg
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/apple/d.png b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/apple/d.png
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/apple/d.png
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/apple/d.png
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/dot_for_ie.gif b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/apple/dot_for_ie.gif
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/dot_for_ie.gif
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/apple/dot_for_ie.gif
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/apple/style.css b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/apple/style.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/apple/style.css
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/apple/style.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/throbber.gif b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/apple/throbber.gif
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/throbber.gif
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/apple/throbber.gif
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/classic/d.gif b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/classic/d.gif
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/classic/d.gif
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/classic/d.gif
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/classic/d.png b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/classic/d.png
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/classic/d.png
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/classic/d.png
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/classic/dot_for_ie.gif b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/classic/dot_for_ie.gif
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/classic/dot_for_ie.gif
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/classic/dot_for_ie.gif
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/classic/style.css b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/classic/style.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/classic/style.css
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/classic/style.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default-rtl/throbber.gif b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/classic/throbber.gif
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default-rtl/throbber.gif
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/classic/throbber.gif
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default-rtl/d.gif b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default-rtl/d.gif
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default-rtl/d.gif
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default-rtl/d.gif
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default-rtl/d.png b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default-rtl/d.png
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default-rtl/d.png
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default-rtl/d.png
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default-rtl/dots.gif b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default-rtl/dots.gif
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default-rtl/dots.gif
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default-rtl/dots.gif
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default-rtl/style.css b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default-rtl/style.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default-rtl/style.css
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default-rtl/style.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/classic/throbber.gif b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default-rtl/throbber.gif
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/classic/throbber.gif
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default-rtl/throbber.gif
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/32px.png b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/32px.png
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/32px.png
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/32px.png
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/40px.png b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/40px.png
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/40px.png
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/40px.png
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/d.gif b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/d.gif
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/d.gif
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/d.gif
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/d.png b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/d.png
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/d.png
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/d.png
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/apple/dot_for_ie.gif b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/dot_for_ie.gif
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/apple/dot_for_ie.gif
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/dot_for_ie.gif
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/style-3.0.0-beta3.css b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/style-3.0.0-beta3.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/style-3.0.0-beta3.css
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/style-3.0.0-beta3.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/style.css b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/style.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/style.css
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/style.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/style.min-3.0.0-beta3.css b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/style.min-3.0.0-beta3.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/default/style.min-3.0.0-beta3.css
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/style.min-3.0.0-beta3.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/apple/throbber.gif b/themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/throbber.gif
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/jsTree/themes/apple/throbber.gif
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/jsTree/themes/default/throbber.gif
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/css/select2-4.0.6.css b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/css/select2-4.0.6.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/css/select2-4.0.6.css
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/css/select2-4.0.6.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/css/select2-4.0.6.min.css b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/css/select2-4.0.6.min.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/css/select2-4.0.6.min.css
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/css/select2-4.0.6.min.css
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/af.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/af.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/af.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/af.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ar.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ar.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ar.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ar.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/az.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/az.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/az.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/az.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/bg.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/bg.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/bg.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/bg.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/bs.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/bs.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/bs.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/bs.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ca.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ca.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ca.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ca.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/cs.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/cs.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/cs.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/cs.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/da.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/da.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/da.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/da.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/de.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/de.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/de.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/de.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/dsb.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/dsb.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/dsb.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/dsb.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/el.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/el.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/el.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/el.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/en.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/en.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/en.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/en.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/es.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/es.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/es.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/es.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/et.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/et.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/et.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/et.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/eu.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/eu.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/eu.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/eu.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/fa.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/fa.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/fa.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/fa.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/fi.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/fi.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/fi.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/fi.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/fr.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/fr.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/fr.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/fr.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/gl.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/gl.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/gl.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/gl.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/he.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/he.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/he.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/he.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/hi.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/hi.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/hi.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/hi.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/hr.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/hr.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/hr.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/hr.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/hsb.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/hsb.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/hsb.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/hsb.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/hu.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/hu.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/hu.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/hu.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/hy.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/hy.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/hy.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/hy.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/id.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/id.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/id.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/id.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/is.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/is.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/is.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/is.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/it.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/it.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/it.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/it.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ja.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ja.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ja.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ja.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/km.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/km.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/km.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/km.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ko.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ko.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ko.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ko.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/lt.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/lt.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/lt.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/lt.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/lv.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/lv.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/lv.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/lv.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/mk.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/mk.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/mk.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/mk.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ms.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ms.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ms.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ms.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/nb.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/nb.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/nb.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/nb.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/nl.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/nl.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/nl.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/nl.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/pl.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/pl.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/pl.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/pl.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ps.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ps.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ps.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ps.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/pt-BR.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/pt-BR.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/pt-BR.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/pt-BR.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/pt.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/pt.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/pt.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/pt.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ro.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ro.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ro.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ro.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ru.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ru.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/ru.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/ru.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/sk.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/sk.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/sk.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/sk.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/sl.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/sl.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/sl.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/sl.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/sr-Cyrl.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/sr-Cyrl.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/sr-Cyrl.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/sr-Cyrl.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/sr.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/sr.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/sr.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/sr.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/sv.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/sv.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/sv.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/sv.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/th.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/th.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/th.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/th.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/tk.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/tk.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/tk.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/tk.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/tr.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/tr.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/tr.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/tr.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/uk.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/uk.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/uk.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/uk.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/vi.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/vi.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/vi.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/vi.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/zh-CN.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/zh-CN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/zh-CN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/zh-CN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/zh-TW.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/zh-TW.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/i18n/zh-TW.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/i18n/zh-TW.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/select2-4.0.6.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/select2-4.0.6.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/select2-4.0.6.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/select2-4.0.6.js
diff --git a/themes/common-theme/webapp/common/js/jquery/plugins/select2/js/select2-4.0.6.min.js b/themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/select2-4.0.6.min.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/plugins/select2/js/select2-4.0.6.min.js
rename to themes/common-theme/webapp/common-theme/js/jquery/plugins/select2/js/select2-4.0.6.min.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-af.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-af.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-af.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-af.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ar-DZ.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ar-DZ.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ar-DZ.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ar-DZ.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ar.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ar.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ar.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ar.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-az.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-az.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-az.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-az.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-be.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-be.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-be.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-be.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-bg.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-bg.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-bg.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-bg.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-bs.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-bs.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-bs.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-bs.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ca.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ca.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ca.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ca.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-cs.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-cs.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-cs.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-cs.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-cy-GB.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-cy-GB.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-cy-GB.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-cy-GB.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-da.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-da.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-da.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-da.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-de.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-de.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-de.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-de.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-el.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-el.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-el.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-el.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-en-AU.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-en-AU.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-en-AU.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-en-AU.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-en-GB.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-en-GB.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-en-GB.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-en-GB.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-en-NZ.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-en-NZ.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-en-NZ.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-en-NZ.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-en.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-en.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-en.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-en.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-eo.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-eo.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-eo.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-eo.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-es.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-es.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-es.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-es.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-et.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-et.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-et.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-et.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-eu.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-eu.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-eu.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-eu.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-fa.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-fa.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-fa.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-fa.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-fi.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-fi.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-fi.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-fi.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-fo.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-fo.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-fo.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-fo.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-fr-CA.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-fr-CA.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-fr-CA.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-fr-CA.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-fr-CH.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-fr-CH.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-fr-CH.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-fr-CH.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-fr.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-fr.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-fr.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-fr.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-gl.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-gl.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-gl.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-gl.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-he.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-he.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-he.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-he.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-hi.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-hi.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-hi.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-hi.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-hr.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-hr.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-hr.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-hr.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-hu.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-hu.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-hu.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-hu.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-hy.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-hy.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-hy.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-hy.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-id.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-id.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-id.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-id.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-is.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-is.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-is.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-is.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-it-CH.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-it-CH.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-it-CH.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-it-CH.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-it.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-it.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-it.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-it.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ja.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ja.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ja.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ja.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ka.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ka.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ka.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ka.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-kk.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-kk.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-kk.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-kk.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-km.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-km.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-km.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-km.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ko.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ko.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ko.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ko.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ky.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ky.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ky.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ky.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-lb.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-lb.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-lb.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-lb.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-lt.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-lt.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-lt.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-lt.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-lv.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-lv.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-lv.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-lv.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-mk.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-mk.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-mk.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-mk.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ml.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ml.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ml.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ml.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ms.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ms.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ms.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ms.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-nb.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-nb.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-nb.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-nb.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-nl-BE.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-nl-BE.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-nl-BE.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-nl-BE.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-nl.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-nl.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-nl.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-nl.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-nn.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-nn.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-nn.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-nn.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-no.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-no.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-no.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-no.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-pl.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-pl.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-pl.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-pl.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-pt-BR.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-pt-BR.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-pt-BR.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-pt-BR.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-pt.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-pt.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-pt.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-pt.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-rm.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-rm.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-rm.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-rm.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ro.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ro.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ro.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ro.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ru.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ru.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ru.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ru.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-sk.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-sk.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-sk.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-sk.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-sl.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-sl.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-sl.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-sl.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-sq.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-sq.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-sq.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-sq.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-sr-SR.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-sr-SR.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-sr-SR.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-sr-SR.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-sr.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-sr.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-sr.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-sr.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-sv.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-sv.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-sv.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-sv.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ta.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ta.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-ta.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-ta.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-th.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-th.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-th.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-th.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-tj.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-tj.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-tj.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-tj.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-tr.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-tr.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-tr.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-tr.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-uk.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-uk.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-uk.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-uk.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-vi.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-vi.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-vi.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-vi.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-zh-CN.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-zh-CN.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-zh-CN.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-zh-CN.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-zh-HK.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-zh-HK.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-zh-HK.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-zh-HK.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-zh-TW.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-zh-TW.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/i18n/datepicker-zh-TW.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/i18n/datepicker-zh-TW.js
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/images/ui-icons_444444_256x240.png b/themes/common-theme/webapp/common-theme/js/jquery/ui/images/ui-icons_444444_256x240.png
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/images/ui-icons_444444_256x240.png
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/images/ui-icons_444444_256x240.png
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/images/ui-icons_555555_256x240.png b/themes/common-theme/webapp/common-theme/js/jquery/ui/images/ui-icons_555555_256x240.png
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/images/ui-icons_555555_256x240.png
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/images/ui-icons_555555_256x240.png
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/images/ui-icons_777620_256x240.png b/themes/common-theme/webapp/common-theme/js/jquery/ui/images/ui-icons_777620_256x240.png
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/images/ui-icons_777620_256x240.png
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/images/ui-icons_777620_256x240.png
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/images/ui-icons_777777_256x240.png b/themes/common-theme/webapp/common-theme/js/jquery/ui/images/ui-icons_777777_256x240.png
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/images/ui-icons_777777_256x240.png
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/images/ui-icons_777777_256x240.png
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/images/ui-icons_cc0000_256x240.png b/themes/common-theme/webapp/common-theme/js/jquery/ui/images/ui-icons_cc0000_256x240.png
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/images/ui-icons_cc0000_256x240.png
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/images/ui-icons_cc0000_256x240.png
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/images/ui-icons_ffffff_256x240.png b/themes/common-theme/webapp/common-theme/js/jquery/ui/images/ui-icons_ffffff_256x240.png
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/images/ui-icons_ffffff_256x240.png
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/images/ui-icons_ffffff_256x240.png
diff --git a/themes/common-theme/webapp/common/js/jquery/ui/js/jquery.cookie-1.4.0.js b/themes/common-theme/webapp/common-theme/js/jquery/ui/js/jquery.cookie-1.4.0.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/jquery/ui/js/jquery.cookie-1.4.0.js
rename to themes/common-theme/webapp/common-theme/js/jquery/ui/js/jquery.cookie-1.4.0.js
diff --git a/themes/common-theme/webapp/common/js/package-lock.json b/themes/common-theme/webapp/common-theme/js/package-lock.json
similarity index 100%
rename from themes/common-theme/webapp/common/js/package-lock.json
rename to themes/common-theme/webapp/common-theme/js/package-lock.json
diff --git a/themes/common-theme/webapp/common/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json
similarity index 100%
rename from themes/common-theme/webapp/common/js/package.json
rename to themes/common-theme/webapp/common-theme/js/package.json
diff --git a/themes/common-theme/webapp/common/js/plugins/OpenLayers-5.3.0.css b/themes/common-theme/webapp/common-theme/js/plugins/OpenLayers-5.3.0.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/OpenLayers-5.3.0.css
rename to themes/common-theme/webapp/common-theme/js/plugins/OpenLayers-5.3.0.css
diff --git a/themes/common-theme/webapp/common/js/plugins/OpenLayers-5.3.0.js b/themes/common-theme/webapp/common-theme/js/plugins/OpenLayers-5.3.0.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/OpenLayers-5.3.0.js
rename to themes/common-theme/webapp/common-theme/js/plugins/OpenLayers-5.3.0.js
diff --git a/themes/common-theme/webapp/common/js/plugins/date/FromThruDateCheck.js b/themes/common-theme/webapp/common-theme/js/plugins/date/FromThruDateCheck.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/FromThruDateCheck.js
rename to themes/common-theme/webapp/common-theme/js/plugins/date/FromThruDateCheck.js
diff --git a/themes/common-theme/webapp/common/js/plugins/date/date.timezone-min.js b/themes/common-theme/webapp/common-theme/js/plugins/date/date.timezone-min.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/date.timezone-min.js
rename to themes/common-theme/webapp/common-theme/js/plugins/date/date.timezone-min.js
diff --git a/themes/common-theme/webapp/common/js/plugins/date/date.timezone.js b/themes/common-theme/webapp/common-theme/js/plugins/date/date.timezone.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/date.timezone.js
rename to themes/common-theme/webapp/common-theme/js/plugins/date/date.timezone.js
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/Makefile b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/Makefile
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/Makefile
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/Makefile
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/africa b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/africa
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/africa
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/africa
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/antarctica b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/antarctica
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/antarctica
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/antarctica
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/asia b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/asia
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/asia
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/asia
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/australasia b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/australasia
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/australasia
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/australasia
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/backward b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/backward
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/backward
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/backward
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/etcetera b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/etcetera
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/etcetera
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/etcetera
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/europe b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/europe
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/europe
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/europe
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/factory b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/factory
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/factory
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/factory
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/iso3166.tab b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/iso3166.tab
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/iso3166.tab
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/iso3166.tab
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/leapseconds b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/leapseconds
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/leapseconds
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/leapseconds
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/africa b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/africa
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/africa
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/africa
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/antarctica b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/antarctica
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/antarctica
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/antarctica
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/asia b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/asia
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/asia
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/asia
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/australasia b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/australasia
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/australasia
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/australasia
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/backward b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/backward
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/backward
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/backward
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/etcetera b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/etcetera
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/etcetera
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/etcetera
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/europe b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/europe
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/europe
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/europe
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/factory b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/factory
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/factory
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/factory
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/iso3166.tab b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/iso3166.tab
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/iso3166.tab
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/iso3166.tab
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/leapseconds b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/leapseconds
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/leapseconds
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/leapseconds
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/northamerica b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/northamerica
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/northamerica
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/northamerica
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/pacificnew b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/pacificnew
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/pacificnew
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/pacificnew
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/solar87 b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/solar87
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/solar87
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/solar87
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/solar88 b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/solar88
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/solar88
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/solar88
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/solar89 b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/solar89
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/solar89
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/solar89
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/southamerica b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/southamerica
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/southamerica
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/southamerica
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/systemv b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/systemv
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/systemv
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/systemv
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/min/zone.tab b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/zone.tab
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/min/zone.tab
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/min/zone.tab
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/northamerica b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/northamerica
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/northamerica
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/northamerica
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/pacificnew b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/pacificnew
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/pacificnew
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/pacificnew
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/solar87 b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/solar87
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/solar87
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/solar87
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/solar88 b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/solar88
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/solar88
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/solar88
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/solar89 b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/solar89
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/solar89
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/solar89
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/southamerica b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/southamerica
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/southamerica
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/southamerica
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/strip_olson_comments.rb b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/strip_olson_comments.rb
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/strip_olson_comments.rb
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/strip_olson_comments.rb
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/strip_olson_comments_ofbiz.rb b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/strip_olson_comments_ofbiz.rb
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/strip_olson_comments_ofbiz.rb
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/strip_olson_comments_ofbiz.rb
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/systemv b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/systemv
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/systemv
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/systemv
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/yearistype.sh b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/yearistype.sh
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/yearistype.sh
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/yearistype.sh
diff --git a/themes/common-theme/webapp/common/js/plugins/date/timezones/zone.tab b/themes/common-theme/webapp/common-theme/js/plugins/date/timezones/zone.tab
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/date/timezones/zone.tab
rename to themes/common-theme/webapp/common-theme/js/plugins/date/timezones/zone.tab
diff --git a/themes/common-theme/webapp/common/js/plugins/imagemanagement/jQueryRotate.js b/themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/jQueryRotate.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/imagemanagement/jQueryRotate.js
rename to themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/jQueryRotate.js
diff --git a/themes/common-theme/webapp/common/js/plugins/imagemanagement/jQueryRotateCompressed.js b/themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/jQueryRotateCompressed.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/imagemanagement/jQueryRotateCompressed.js
rename to themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/jQueryRotateCompressed.js
diff --git a/themes/common-theme/webapp/common/js/plugins/imagemanagement/jquery.Jcrop.css b/themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/jquery.Jcrop.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/imagemanagement/jquery.Jcrop.css
rename to themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/jquery.Jcrop.css
diff --git a/themes/common-theme/webapp/common/js/plugins/imagemanagement/jquery.Jcrop.js b/themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/jquery.Jcrop.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/imagemanagement/jquery.Jcrop.js
rename to themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/jquery.Jcrop.js
diff --git a/themes/common-theme/webapp/common/js/plugins/imagemanagement/jquery.Jcrop.min.js b/themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/jquery.Jcrop.min.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/imagemanagement/jquery.Jcrop.min.js
rename to themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/jquery.Jcrop.min.js
diff --git a/themes/common-theme/webapp/common/js/plugins/imagemanagement/jquery.color.js b/themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/jquery.color.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/imagemanagement/jquery.color.js
rename to themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/jquery.color.js
diff --git a/themes/common-theme/webapp/common/js/plugins/imagemanagement/sizzle.js b/themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/sizzle.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/imagemanagement/sizzle.js
rename to themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/sizzle.js
diff --git a/themes/common-theme/webapp/common/js/plugins/imagemanagement/sizzle.min.js b/themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/sizzle.min.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/imagemanagement/sizzle.min.js
rename to themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/sizzle.min.js
diff --git a/themes/common-theme/webapp/common/js/plugins/imagemanagement/sizzle.min.map b/themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/sizzle.min.map
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/imagemanagement/sizzle.min.map
rename to themes/common-theme/webapp/common-theme/js/plugins/imagemanagement/sizzle.min.map
diff --git a/themes/common-theme/webapp/common/js/plugins/jsgantt/jsgantt.css b/themes/common-theme/webapp/common-theme/js/plugins/jsgantt/jsgantt.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/jsgantt/jsgantt.css
rename to themes/common-theme/webapp/common-theme/js/plugins/jsgantt/jsgantt.css
diff --git a/themes/common-theme/webapp/common/js/plugins/jsgantt/jsgantt.js b/themes/common-theme/webapp/common-theme/js/plugins/jsgantt/jsgantt.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/jsgantt/jsgantt.js
rename to themes/common-theme/webapp/common-theme/js/plugins/jsgantt/jsgantt.js
diff --git a/themes/common-theme/webapp/common/js/plugins/moment-timezone/moment-timezone-with-data.min.js b/themes/common-theme/webapp/common-theme/js/plugins/moment-timezone/moment-timezone-with-data.min.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/moment-timezone/moment-timezone-with-data.min.js
rename to themes/common-theme/webapp/common-theme/js/plugins/moment-timezone/moment-timezone-with-data.min.js
diff --git a/themes/common-theme/webapp/common/js/plugins/moment-timezone/moment-with-locales.min.js b/themes/common-theme/webapp/common-theme/js/plugins/moment-timezone/moment-with-locales.min.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/moment-timezone/moment-with-locales.min.js
rename to themes/common-theme/webapp/common-theme/js/plugins/moment-timezone/moment-with-locales.min.js
diff --git a/themes/common-theme/webapp/common/js/plugins/myportal.css b/themes/common-theme/webapp/common-theme/js/plugins/myportal.css
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/myportal.css
rename to themes/common-theme/webapp/common-theme/js/plugins/myportal.css
diff --git a/themes/common-theme/webapp/common/js/plugins/myportal.js b/themes/common-theme/webapp/common-theme/js/plugins/myportal.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/plugins/myportal.js
rename to themes/common-theme/webapp/common-theme/js/plugins/myportal.js
diff --git a/themes/common-theme/webapp/common/js/util/OfbizUtil.js b/themes/common-theme/webapp/common-theme/js/util/OfbizUtil.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/util/OfbizUtil.js
rename to themes/common-theme/webapp/common-theme/js/util/OfbizUtil.js
diff --git a/themes/common-theme/webapp/common/js/util/application.js b/themes/common-theme/webapp/common-theme/js/util/application.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/util/application.js
rename to themes/common-theme/webapp/common-theme/js/util/application.js
diff --git a/themes/common-theme/webapp/common/js/util/combobox.js b/themes/common-theme/webapp/common-theme/js/util/combobox.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/util/combobox.js
rename to themes/common-theme/webapp/common-theme/js/util/combobox.js
diff --git a/themes/common-theme/webapp/common/js/util/fieldlookup.js b/themes/common-theme/webapp/common-theme/js/util/fieldlookup.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/util/fieldlookup.js
rename to themes/common-theme/webapp/common-theme/js/util/fieldlookup.js
diff --git a/themes/common-theme/webapp/common/js/util/miscAjaxFunctions.js b/themes/common-theme/webapp/common-theme/js/util/miscAjaxFunctions.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/util/miscAjaxFunctions.js
rename to themes/common-theme/webapp/common-theme/js/util/miscAjaxFunctions.js
diff --git a/themes/common-theme/webapp/common/js/util/selectMultipleRelatedValues.js b/themes/common-theme/webapp/common-theme/js/util/selectMultipleRelatedValues.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/util/selectMultipleRelatedValues.js
rename to themes/common-theme/webapp/common-theme/js/util/selectMultipleRelatedValues.js
diff --git a/themes/common-theme/webapp/common/js/util/setUserTimeZone.js b/themes/common-theme/webapp/common-theme/js/util/setUserTimeZone.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/util/setUserTimeZone.js
rename to themes/common-theme/webapp/common-theme/js/util/setUserTimeZone.js
diff --git a/themes/common-theme/webapp/common/js/util/util.js b/themes/common-theme/webapp/common-theme/js/util/util.js
similarity index 100%
rename from themes/common-theme/webapp/common/js/util/util.js
rename to themes/common-theme/webapp/common-theme/js/util/util.js