diff options
| author | Marak <[email protected]> | 2015-07-08 15:47:55 -0700 |
|---|---|---|
| committer | Marak <[email protected]> | 2015-07-08 15:47:55 -0700 |
| commit | 85ade36275c9f8394ecd0e44fc0f400ffccc5696 (patch) | |
| tree | f5ccc47dcb66180f6592f683273701ad9986d9b7 /examples/browser/index.html | |
| parent | b0765aea125e9d89991d382e46c758860dc866aa (diff) | |
| download | faker-85ade36275c9f8394ecd0e44fc0f400ffccc5696.tar.xz faker-85ade36275c9f8394ecd0e44fc0f400ffccc5696.zip | |
[dist] Update examples
Diffstat (limited to 'examples/browser/index.html')
| -rw-r--r-- | examples/browser/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/browser/index.html b/examples/browser/index.html index 9dff22ce..5e2d2420 100644 --- a/examples/browser/index.html +++ b/examples/browser/index.html @@ -10,12 +10,11 @@ <script src = "js/jquery.js" type = "text/javascript"></script> <script src = "js/prettyPrint.js" type = "text/javascript"></script> <script src = "js/faker.js" type = "text/javascript"></script> - <link href="bootstrap.css" media="all" rel="stylesheet" type="text/css" /> + <link href="css/bootstrap.css" media="all" rel="stylesheet" type="text/css" /> <script> $(document).ready(function(e){ - - + // draw buttons function drawButtons () { $('#buttons').html(''); |
