Skip to content

Commit 1f1f0d6

Browse files
committed
Added api.jqueryui.com/1.9 site.
1 parent f845cf3 commit 1f1f0d6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sites.php

+12
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,18 @@ function jquery_sites() {
104104
),
105105
),
106106
),
107+
'api.jqueryui.com/1.9' => array(
108+
'blog_id' => 21,
109+
'cookie_domain' => '.jqueryui.com',
110+
'body_class' => 'jquery-ui',
111+
'options' => array(
112+
'blogname' => 'jQuery UI 1.9 Documentation',
113+
'stylesheet' => 'api.jqueryui.com',
114+
'active_plugins' => array(
115+
'jquery-static-index.php',
116+
),
117+
),
118+
),
107119
'jquery.org' => array(
108120
'blog_id' => 9,
109121
'cookie_domain' => '.jquery.org',

0 commit comments

Comments
 (0)