server/apps/theming
Daniel Calviño Sánchez b16ce1b4ba Fix preview of theming
Pull request #5429 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>
2017-08-10 12:37:58 +02:00
..
appinfo Prefer custom theme over theming app 2017-07-12 11:42:15 +02:00
css Merge pull request #5982 from nextcloud/fix-loading-icon-inside-upload-button-in-theming-app 2017-08-08 18:41:57 +02:00
img Add the icons for shipped apps 2017-01-19 10:42:22 +01:00
js Fix preview of theming 2017-08-10 12:37:58 +02:00
l10n [tx-robot] updated from transifex 2017-08-09 00:08:20 +00:00
lib Provide "server.css" URL in ThemingController response 2017-08-10 12:37:57 +02:00
templates Fix starting lower case letter in tooltip of Theming app 2017-05-20 17:10:26 +02:00
tests Provide "server.css" URL in ThemingController response 2017-08-10 12:37:57 +02:00