From d2b2743b0fe00eec7399c2745ccf2c5be440c009 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 9 Sep 2014 16:30:46 +0200 Subject: [PATCH] add docs for https://github.com/owncloud/core/pull/10964 --- developer_manual/app/css.rst | 9 +++++++++ developer_manual/app/js.rst | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/developer_manual/app/css.rst b/developer_manual/app/css.rst index 729c915ba..fe7d9f5ac 100644 --- a/developer_manual/app/css.rst +++ b/developer_manual/app/css.rst @@ -9,15 +9,24 @@ The CSS files reside in the **css/** folder and should be included in the templa .. code-block:: php `_ Standard layout diff --git a/developer_manual/app/js.rst b/developer_manual/app/js.rst index ea9656596..63794b91b 100644 --- a/developer_manual/app/js.rst +++ b/developer_manual/app/js.rst @@ -9,8 +9,12 @@ The JavaScript files reside in the **js/** folder and should be included in the .. code-block:: php `_. A nice tutorial screencast collection can be found on `Egghead.io `_ Sending the CSRF token