Commit e405bfe9 authored by Ivan Tyagov's avatar Ivan Tyagov

Do not use cache by default to make it easier to learn examples by

debugging.
parent bc3d5d6b
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<head> <head>
<body> <body>
<div data-gadget="say-hello.html" <div data-gadget="say-hello.html"
data-gadget-cacheable="1" data-gadget-cacheable="0"
data-gadget-cache-id="say_hello"></div> data-gadget-cache-id="say_hello"></div>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -8,12 +8,12 @@ ...@@ -8,12 +8,12 @@
<div id="A" <div id="A"
data-gadget="A.html" data-gadget="A.html"
data-gadget-cacheable="1" data-gadget-cacheable="0"
data-gadget-cache-id="A"></div> data-gadget-cache-id="A"></div>
<div id="B" <div id="B"
data-gadget="B.html" data-gadget="B.html"
data-gadget-cacheable="1" data-gadget-cacheable="0"
data-gadget-cache-id="B"></div> data-gadget-cache-id="B"></div>
<div data-gadget="" <div data-gadget=""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment