Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 105
Slider n arrows#170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Slider n arrows #170
Changes from all commits
7a585d32cdd7d0e4f146324b12203ce73179834cec59a4dd6866a7b6596f71fcf0ef6e265b5eab9a3ac52d1450131825d82c1e8957bcedfe6147553bb2f9f7ed8bbfe05ded33e6341184c8c4204515fe526d52264424e70554c7504b5205f5109c894b8ce071d277723adb91fe1de2b810061c29d8219266cde14af2bd2ea563ecebb9f2a1128e54b1baf8b36f7128bcd1d21cf08be3b10fb2ff50035794a954a3527a8a3139e9bf71c4d0f4bdc8e23d884fb4bb9265c6e0e3b88be0fcc3f0c178ef17a0e4366e762ef9268773599d1fcdc94ed267a0db3d03d84758c5e06fba81714837486e90a6b0cd4e636929e84e21705680677f4f4042434475e533ca3d6fb9a285890e84d6663208fe89ccf4d6cd2673373e00b447896330fa2073ab74057257d676fa6e2faa7b2d3a704c2129612e0edbd63b4281c81578416a9c077b00c818127a0698ad8e4e8b8d2bf292ba1288644fc9429a9110587b2f62dd82539ae881e2cadf62e7efd246ce77b27153dd95a4b7c5b6820a3469c02922328e621be9f9be7773307773638437bff2540af36927e51233962b704224d75d7af1ebe5ab467e7bd2a3cbd15ff3b72233d51f5ba2cd94f1e497ebc8e5b34bc04b5d7b8ee8df802a8b7ce9aeb368e1bb9748fb017555a519ea6605d57e9dbd0116d551383de590e1dcf9f09903e46dfb76933ef6344de085e7542f2ace5f08ef61fccd32e3959762a74f4e09bbf3fc5607f1881e543739b8d08cd13bf8fabafb2009e417ae14dd3a729cc2fb363f95a8332f74c5e84f76489cf8470356c295646ae0048e412f204af9dd236e4493badbb1507b5aa22378f216855124d73cf19d0d69a9162bc07890b2aee6e7a4e2ec1711c7922618e36bbd4a75d8fe9f47a0733a947033e3a2486de9978e8213dde8564a2681806e45a9bc94c81d818d74bb1d8d0e5617e6977f080a022017fc06934d083e3883bad2955000d487358073d5e1d2428a536e8ad7fd98630c96d67fc79fd5e7cdd94a49e88cd8b080f2ec8c4e8755aeea5c0b6a15b8945267bc2eead8ec23306d32df5ef8ef52b217bbaa26fb17fc3009d30630c6aa25ef98eadabf7ead3da666f0adb3d3fa806446029a79f7091d3bd2ac7d2f7425c7f9482054c86aa6c6cb6c176d455740cca54ac6e17c9f5ec653f2fc5672a0573ca697b2b21cbd81b636b4388130f746c320e3aebd1c11fe4ee140b03b9236c951e41bff2831File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -12,6 +12,8 @@ | ||
| </style> | ||
| <link rel="stylesheet" type="text/css" href="//<!--#echo var="site"-->/editor.css"> | ||
| <link rel="stylesheet" type="text/css" href="//<!--#echo var="site"-->/lib/droplet.css"> | ||
| <link rel="stylesheet" href="https://code.jquery.com/ui/1.10.4/themes/flick/jquery-ui.css"> | ||
Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there a reason this goes to another site, and the rest seem to be copied here? | ||
| <link rel="stylesheet" type="text/css" href="//<!--#echo var="site"-->/lib/jquery-ui-slider-pips.css"> | ||
| <link rel="stylesheet" type="text/css" href="//<!--#echo var="site"-->/lib/font-awesome.css"> | ||
| <link rel="stylesheet" type="text/css" href="//<!--#echo var="site"-->/lib/tooltipster/css/tooltipster.css"> | ||
| </head> | ||
| @@ -77,7 +79,7 @@ | ||
| </div> | ||
| <div id="charlie" class="pane"></div> | ||
| </div> | ||
| <div id="guidepane"><div class="guidetitle">guide</div><div class="guidepreview"><iframe></iframe></div></div> | ||
| <div id="guidepane"><div class="guidetitle">guide</div><div class="guidepreview"><iframe id = 'my-iframe'></iframe></div></div> | ||
| </div><!-- end clip --> | ||
| <script src="/load<!--#echo var="filepath"-->?callback=preload"></script> | ||
| <script src="/lib/ace/ace.js"></script> | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the images that you have also copied should be included here, if they are needed. (If they are not needed, then we don't need to check in those files.)