loader: Skip loading theme CSS with a custom css code
authorYoumin Ha <youmin.ha@samsung.com>
Thu, 3 Jan 2013 10:08:22 +0000 (19:08 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 4 Jan 2013 11:30:38 +0000 (20:30 +0900)
commitb0df6914d2b8a1bc718b994e461381948f91e146
tree69383bfb711dddb9a8c08e4e2215138f628bd84c
parent99047c267577c3f34fad5749b918cb3f0b923461
loader: Skip loading theme CSS with a custom css code

  If applications have <link rel="stylesheet" href="[theme CSS path]">,
loader skips putting new <link> tag for the theme.
  This option only works with proper theme CSS path: if the <script> tag
loads "<path>/<version>/js/tizen-web-ui-fw.js", then the theme CSS path must
be "<path>/<version>/themes/<theme>/tizen-web-ui-fw-theme.css",
having exactly same path to the script path. Otherwise, the link tag will be
ignored, and the new <link> tag will be added automatically.

Change-Id: I9910eb3049f5a73fdc386c40b73409f166dfa1c3
src/loader/loader.js