diff options
Diffstat (limited to 'examples/example6-ajax-loading.html')
-rw-r--r-- | examples/example6-ajax-loading.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/example6-ajax-loading.html b/examples/example6-ajax-loading.html index d461cfb..749919c 100644 --- a/examples/example6-ajax-loading.html +++ b/examples/example6-ajax-loading.html @@ -58,6 +58,11 @@ <li>API access to Hackernews provided through ThriftDB has some latency when paging through results. Be patient. </li> </ul> + + <h2>View Source:</h2> + <ul> + <li><A href="https://github.com/mleibman/SlickGrid/blob/gh-pages/examples/example6-ajax-loading.html" target="_sourcewindow"> View the source for this example on Github</a></li> + </ul> </div> <script src="../lib/firebugx.js"></script> |