bump cdnjs, go https
This commit is contained in:
parent
770be24376
commit
0eabad2516
140 changed files with 299 additions and 299 deletions
|
@ -8,7 +8,7 @@
|
|||
height: 17px;
|
||||
border: 1px solid #ADD8E6;
|
||||
background-position: right;
|
||||
background-image: url(//js.cx/clipart/select-button.gif);
|
||||
background-image: url(https://js.cx/clipart/select-button.gif);
|
||||
background-repeat: no-repeat;
|
||||
padding: 2px;
|
||||
cursor: pointer;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<div>Последний результат: <span id="result">...</span></div>
|
||||
|
||||
<img src="//js.cx/clipart/select-button.gif">
|
||||
<img src="https://js.cx/clipart/select-button.gif">
|
||||
|
||||
<div id="animal-select" class="customselect">
|
||||
<div class="customselect-title">Выберите</div>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="http://code.jquery.com/jquery.min.js"></script>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.js"></script>
|
||||
<script src="menu.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
.menu .title {
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
background: url(//js.cx/clipart/arrow-right.png) left center no-repeat;
|
||||
background: url(https://js.cx/clipart/arrow-right.png) left center no-repeat;
|
||||
padding-left: 18px;
|
||||
}
|
||||
|
||||
|
@ -16,5 +16,5 @@
|
|||
}
|
||||
|
||||
.menu.open .title {
|
||||
background-image: url(//js.cx/clipart/arrow-down.png);
|
||||
background-image: url(https://js.cx/clipart/arrow-down.png);
|
||||
}
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="http://code.jquery.com/jquery.min.js"></script>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.js"></script>
|
||||
<script src="eventMixin.js"></script>
|
||||
<script src="menu.js"></script>
|
||||
</head>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
.menu .title {
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
background: url(//js.cx/clipart/arrow-right.png) left center no-repeat;
|
||||
background: url(https://js.cx/clipart/arrow-right.png) left center no-repeat;
|
||||
padding-left: 18px;
|
||||
}
|
||||
|
||||
|
@ -16,5 +16,5 @@
|
|||
}
|
||||
|
||||
.menu.open .title {
|
||||
background-image: url(//js.cx/clipart/arrow-down.png);
|
||||
background-image: url(https://js.cx/clipart/arrow-down.png);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue