Removed accordions from jobs page.

This commit is contained in:
Chris Houseknecht
2014-05-03 21:31:22 -04:00
parent 21d0b6301e
commit b2b0f67c65
13 changed files with 201 additions and 91 deletions

View File

@@ -7,7 +7,7 @@
"jquery": true,
"esnext": true,
"globalstrict": true,
"globals": { "angular":false, "alert":false, "$AnsibleConfig":true, "$basePath":true, "jsyaml":false },
"globals": { "angular":false, "alert":false, "$AnsibleConfig":true, "$basePath":true, "jsyaml":false, "_":true },
"strict": false,
"quotmark": false,
"smarttabs": true,