Skip to content

Commit

Permalink
back to status quo
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Heinze committed Oct 2, 2014
1 parent 76653a4 commit 672cea2
Show file tree
Hide file tree
Showing 149 changed files with 2,560 additions and 208 deletions.
4 changes: 2 additions & 2 deletions docs/addons_autocomplete.html
Expand Up @@ -14,7 +14,7 @@
<script src="js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
<script src="../src/autocomplete/autocomplete.js"></script>
<script src="../src/js/components/autocomplete.js"></script>
</head>

<body class="tm-background">
Expand Down Expand Up @@ -341,4 +341,4 @@ <h3 class="tm-article-subtitle">Init element manually</h3>
</div>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/addons_cover.html
Expand Up @@ -14,7 +14,7 @@
<script src="js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
<script src="../src/cover/cover.js"></script>
<script src="../src/js/components/cover.js"></script>
</head>

<body class="tm-background">
Expand Down Expand Up @@ -353,4 +353,4 @@ <h3 class="tm-article-subtitle">Markup</h3>
</div>

</body>
</html>
</html>
6 changes: 3 additions & 3 deletions docs/addons_datepicker.html
Expand Up @@ -14,8 +14,8 @@
<script src="js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
<script src="../src/datepicker/datepicker.js"></script>
<script src="../src/form-select/form-select.js"></script>
<script src="../src/js/components/datepicker.js"></script>
<script src="../src/js/components/form-select.js"></script>
</head>

<body class="tm-background">
Expand Down Expand Up @@ -303,4 +303,4 @@ <h3 class="tm-article-subtitle">Init element manually</h3>
</div>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/addons_form-password.html
Expand Up @@ -14,7 +14,7 @@
<script src="js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
<script src="../src/form-password/form-password.js"></script>
<script src="../src/js/components/form-password.js"></script>
</head>

<body class="tm-background">
Expand Down Expand Up @@ -290,4 +290,4 @@ <h2 id="javascript-options"><a href="#javascript-options" class="uk-link-reset">
</div>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/addons_form-select.html
Expand Up @@ -14,7 +14,7 @@
<script src="js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
<script src="../src/form-select/form-select.js"></script>
<script src="../src/js/components/form-select.js"></script>
</head>

<body class="tm-background">
Expand Down Expand Up @@ -318,4 +318,4 @@ <h3 class="tm-article-subtitle">Markup</h3>
</div>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/addons_htmleditor.html
Expand Up @@ -18,7 +18,7 @@
<link rel="stylesheet" href="../vendor/codemirror/show-hint.css">
<script src="../vendor/codemirror/codemirror.js"></script>
<script src="../vendor/marked.js"></script>
<script src="../src/htmleditor/htmleditor.js"></script>
<script src="../src/js/components/htmleditor.js"></script>
</head>

<body class="tm-background">
Expand Down Expand Up @@ -401,4 +401,4 @@ <h3 class="tm-article-subtitle">Init element manually</h3>
</div>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/addons_nestable.html
Expand Up @@ -14,7 +14,7 @@
<script src="js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
<script src="../src/nestable/nestable.js"></script>
<script src="../src/js/components/nestable.js"></script>
</head>

<body class="tm-background">
Expand Down Expand Up @@ -432,4 +432,4 @@ <h3 class="tm-article-subtitle">Init element manually</h3>
</div>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/addons_notify.html
Expand Up @@ -14,7 +14,7 @@
<script src="js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
<script src="../src/notify/notify.js"></script>
<script src="../src/js/components/notify.js"></script>
<script>
$(function(){
$("body").on("click", ".uk-button[data-message]", function(){
Expand Down Expand Up @@ -406,4 +406,4 @@ <h3>Status</h3>
</div>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/addons_pagination.html
Expand Up @@ -14,7 +14,7 @@
<script src="js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
<script src="../src/pagination/pagination.js"></script>
<script src="../src/js/components/pagination.js"></script>
</head>

<body class="tm-background">
Expand Down Expand Up @@ -318,4 +318,4 @@ <h3 class="tm-article-subtitle">Init element manually</h3>
</div>

</body>
</html>
</html>
6 changes: 3 additions & 3 deletions docs/addons_search.html
Expand Up @@ -14,8 +14,8 @@
<script src="js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
<script src="../src/autocomplete/autocomplete.js"></script>
<script src="../src/search/search.js"></script>
<script src="../src/js/components/autocomplete.js"></script>
<script src="../src/js/components/search.js"></script>
</head>

<body class="tm-background">
Expand Down Expand Up @@ -411,4 +411,4 @@ <h3 class="tm-article-subtitle">Init element manually</h3>
</div>

</body>
</html>
</html>
2 changes: 1 addition & 1 deletion docs/addons_sortable.html
Expand Up @@ -14,7 +14,7 @@
<script src="js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
<script src="../src/sortable/sortable.js"></script>
<script src="../src/js/components/sortable.js"></script>
</head>

<body class="tm-background">
Expand Down
4 changes: 2 additions & 2 deletions docs/addons_sticky.html
Expand Up @@ -14,7 +14,7 @@
<script src="js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
<script src="../src/sticky/sticky.js"></script>
<script src="../src/js/components/sticky.js"></script>
</head>

<body class="tm-background">
Expand Down Expand Up @@ -354,4 +354,4 @@ <h3 class="tm-article-subtitle">Init element manually</h3>
</div>

</body>
</html>
</html>
6 changes: 3 additions & 3 deletions docs/addons_timepicker.html
Expand Up @@ -14,8 +14,8 @@
<script src="js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
<script src="../src/autocomplete/autocomplete.js"></script>
<script src="../src/timepicker/timepicker.js"></script>
<script src="../src/js/components/autocomplete.js"></script>
<script src="../src/js/components/timepicker.js"></script>
</head>

<body class="tm-background">
Expand Down Expand Up @@ -303,4 +303,4 @@ <h3 class="tm-article-subtitle">Init element manually</h3>
</div>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/addons_upload.html
Expand Up @@ -14,7 +14,7 @@
<script src="js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
<script src="../src/upload/upload.js"></script>
<script src="../src/js/components/upload.js"></script>
</head>

<body class="tm-background">
Expand Down Expand Up @@ -476,4 +476,4 @@ <h3>Callback events</h3>
</div>

</body>
</html>
</html>
2 changes: 1 addition & 1 deletion docs/css/uikit.docs.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/customizer.js
Expand Up @@ -167,7 +167,7 @@ jQuery(function($) {

style.variables = style.variables || {};

style.variables['@icon-font-path'] = '"../fonts"';
style.variables['@icon-font-path'] = '"../../fonts"';

$.less.getCSS(style.less, {id: style.name, variables: style.variables, compress: true}).done(function(css) {

Expand Down
2 changes: 1 addition & 1 deletion docs/layouts_documentation.html
Expand Up @@ -10,7 +10,7 @@
<link rel="stylesheet" href="css/uikit.docs.min.css">
<script src="../vendor/jquery.js"></script>
<script src="js/uikit.min.js"></script>
<script src="../src/sticky/sticky.js"></script>
<script src="../src/js/components/sticky.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/less/variables.less
Expand Up @@ -75,7 +75,7 @@
// Icon
//

@icon-font-path: "../../src/core/fonts";
@icon-font-path: "../../src/fonts";

//
// Form-advanced
Expand Down

0 comments on commit 672cea2

Please sign in to comment.