mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
fixed relative path issues for the jquery mobile website, and made a small tweak to the qunit css
This commit is contained in:
parent
7575f35fa1
commit
32f5b226d7
2 changed files with 2 additions and 3 deletions
1
external/qunit.css
vendored
1
external/qunit.css
vendored
|
|
@ -65,7 +65,6 @@
|
|||
|
||||
#qunit-tests {
|
||||
list-style-position: inside;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
#qunit-tests li {
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@
|
|||
<ol id="qunit-tests">
|
||||
</ol>
|
||||
</div>
|
||||
<iframe data-src="/tests/unit/{{testdir}}" name="testFrame" id="testFrame" width="800px" height="100%" style="float: left; border: 0px;" scrolling="no">
|
||||
<iframe data-src="../../tests/unit/{{testdir}}" name="testFrame" id="testFrame" width="800px" height="100%" style="float: left; border: 0px;" scrolling="no">
|
||||
</iframe>
|
||||
<link rel="stylesheet" href="../../external/qunit.css"></link>
|
||||
<script src="/js/jquery.js"></script>
|
||||
<script src="../../js/jquery.js"></script>
|
||||
<script src="../../external/qunit.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.testDirectories = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue