Commit 16ed8029 authored by Ivan Tyagov's avatar Ivan Tyagov

Forgot to add in previous commit.

parent 7c1d8013
<html> <html>
<head> <head>
<!-- Use proper path -->
<script src="../../../../lib/jquery/jquery.js"> </script> <script src="../../../../lib/jquery/jquery.js"> </script>
<script src="../../../../lib/jstorage/jstorage.js"> </script>
<script type="text/javascript" src="../../renderjs.js"></script> <script type="text/javascript" src="../../renderjs.js"></script>
<head> <head>
<body> <body>
<div data-gadget="say-hello.html"></div> <div data-gadget="say-hello.html"
data-gadget:property="{&quot;cacheable&quot;: &quot;1&quot;, &quot;cache_id&quot;: &quot;say_hello&quot;}"></div>
</body> </body>
</html> </html>
\ No newline at end of file
Hello! Hello from the gadget!
\ No newline at end of file \ No newline at end of file
...@@ -445,4 +445,9 @@ var RenderJs = (function () { ...@@ -445,4 +445,9 @@ var RenderJs = (function () {
} }
}}()) }}())
}}()); }}());
\ No newline at end of file
// impliticly call RenderJs bootstrap
$(document).ready(function() {
RenderJs.bootstrap($('body'));
});
\ No newline at end of file
...@@ -6,9 +6,6 @@ ...@@ -6,9 +6,6 @@
<script src="../../../lib/jquery/jquery.js"> </script> <script src="../../../lib/jquery/jquery.js"> </script>
<script src="../../../lib/qunit/qunit.js" type="text/javascript"></script> <script src="../../../lib/qunit/qunit.js" type="text/javascript"></script>
<script type="text/javascript" src="../renderjs.js"></script> <script type="text/javascript" src="../renderjs.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/plugin/jstorage/jquery.json-2.3.js"></script>
<!--<![endif]-->
<script type="text/javascript" src="../../../lib/jstorage/jstorage.js"></script> <script type="text/javascript" src="../../../lib/jstorage/jstorage.js"></script>
<script type="text/javascript" src="renderjs_test.js"></script> <script type="text/javascript" src="renderjs_test.js"></script>
......
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