]> source.dussan.org Git - nextcloud-server.git/commit
Fix preview of theming 6067/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 4 Aug 2017 12:41:44 +0000 (14:41 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 10 Aug 2017 11:45:31 +0000 (13:45 +0200)
commit0b1dab14ca0e156f5a130670e0a74320fc0f72c8
treea186ca4b44fdf37b3886fa8864a951b3154e7703
parent364b1b4a206e1ac0c20d7b6b3fda2b2e0052e9a5
Fix preview of theming

Pull request #5584 made cached SCSS files depend on a hash of the base
URL, so the "/css/core/server.css" file does no longer exist; as the
file can not be loaded the "Loading preview" message is never removed
and the "Saved" message is never shown.

As it now depends on the hash of the base URL the file to be reloaded
can no longer be hardcoded, so the full URL to the "server.css" file
that has to be reloaded (if any) is now got from the DataResponse
provided by the controller.

Fixes #5975

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
apps/theming/js/settings-admin.js