Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2015-06-26 19:21:12 +0300
committersualko <klaus@jsxc.org>2015-06-26 19:21:12 +0300
commite70904b99d918e8112003798f14228f5d22c9235 (patch)
treeb762b9d7c322c731418517f1df4cb566f7a23ffa /example
parentfef58dee3b6037f103a636714de373fea9036cae (diff)
use .jsbeautifyrc, add newline to all files
Diffstat (limited to 'example')
-rw-r--r--example/css/example.css2
-rw-r--r--example/dev.html2
-rw-r--r--example/index.html2
-rw-r--r--example/login.html3
4 files changed, 5 insertions, 4 deletions
diff --git a/example/css/example.css b/example/css/example.css
index a13ee20a..0cc9252d 100644
--- a/example/css/example.css
+++ b/example/css/example.css
@@ -25,4 +25,4 @@ body {
#content .col-md-4 > p {
margin-bottom: 30px;
-} \ No newline at end of file
+}
diff --git a/example/dev.html b/example/dev.html
index b1a9a1a0..8af0bc4d 100644
--- a/example/dev.html
+++ b/example/dev.html
@@ -198,4 +198,4 @@ $('#button').click(jsxc.gui.showLoginBox);</pre>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/example/index.html b/example/index.html
index 504cb06c..35df943c 100644
--- a/example/index.html
+++ b/example/index.html
@@ -198,4 +198,4 @@ $('#button').click(jsxc.gui.showLoginBox);</pre>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/example/login.html b/example/login.html
index f5d53c67..84855d31 100644
--- a/example/login.html
+++ b/example/login.html
@@ -63,7 +63,8 @@
$('.alert-success').show('slow');
});
});
+
</script>
</body>
-</html> \ No newline at end of file
+</html>