diff options
author | Manolo Carrasco <manolo@apache.org> | 2015-12-14 14:26:29 +0100 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2015-12-16 08:43:01 +0100 |
commit | e7e5a16f380b5f7e3eeb37a810a43226a2f29740 (patch) | |
tree | 5c29fa2b61ac0ce345a3dc7b7751dd660dbee445 /demo | |
parent | 09841fb58cce28d1f6e0a1d3f4f9041e466b0963 (diff) | |
download | vaadin-core-e7e5a16f380b5f7e3eeb37a810a43226a2f29740.tar.gz vaadin-core-e7e5a16f380b5f7e3eeb37a810a43226a2f29740.zip |
Rename: elements -> core-elements
Diffstat (limited to 'demo')
-rw-r--r-- | demo/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demo/index.html b/demo/index.html index 1729e44..dc16077 100644 --- a/demo/index.html +++ b/demo/index.html @@ -1,7 +1,7 @@ <!doctype html> <html> <head> - <title>Vaadin Elements Code Examples</title> + <title>Vaadin Core Elements Code Examples</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <script src="../../marked/lib/marked.js"></script> @@ -10,7 +10,6 @@ <link rel="stylesheet" href="../../code-example/vendor/prismjs/prism.css"> <link rel="stylesheet" href="../../elements-demo-resources/demo.css"> - <script src="../ga.js"></script> <style type="text/css"> #readme code { font-size: 12px; |