diff options
author | Michael Leibman <michael.leibman@gmail.com> | 2013-10-13 09:57:52 -0700 |
---|---|---|
committer | Michael Leibman <michael.leibman@gmail.com> | 2013-10-13 09:57:52 -0700 |
commit | af4d20dcc5013d047e2be8fc194f034df2c61e2c (patch) | |
tree | 406ed2aa2b75e02145952d1f86563bb0634ebb61 /examples/example10-async-post-render.html | |
parent | 058999aa2097126cbccd4448ca404f95ea2f2261 (diff) | |
parent | 299959e462570f5533f197ad84e10ebb3824dce3 (diff) | |
download | SlickGrid-af4d20dcc5013d047e2be8fc194f034df2c61e2c.zip SlickGrid-af4d20dcc5013d047e2be8fc194f034df2c61e2c.tar.gz SlickGrid-af4d20dcc5013d047e2be8fc194f034df2c61e2c.tar.bz2 |
Merge pull request #781 from tobya/ghpages-GHLink
Link to Github Source from examples
Diffstat (limited to 'examples/example10-async-post-render.html')
-rw-r--r-- | examples/example10-async-post-render.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example10-async-post-render.html b/examples/example10-async-post-render.html index 0f6d9d6..9f911b5 100644 --- a/examples/example10-async-post-render.html +++ b/examples/example10-async-post-render.html @@ -52,6 +52,10 @@ The graphs themselves are created using the excellent <a href="http://www.omnipotent.net/jquery.sparkline/" target="_blank">jQuery Sparklines</a> library. </p> + <h2>View Source:</h2> + <ul> + <li><A href="https://github.com/mleibman/SlickGrid/blob/gh-pages/examples/example10-async-post-render.html" target="_sourcewindow"> View the source for this example on Github</a></li> + </ul> </div> <script src="../lib/firebugx.js"></script> |