Update nexmoe1.html
parent
1e987c8504
commit
f5c7e1e2b5
|
@ -289,7 +289,9 @@
|
||||||
</div>
|
</div>
|
||||||
<!--FootomfEnd-->
|
<!--FootomfEnd-->
|
||||||
</div>
|
</div>
|
||||||
|
<!--ShowThumbnailsStart-->
|
||||||
<a href="javascript:thumb();" class="mdui-fab mdui-fab-fixed mdui-ripple mdui-color-theme-accent"><i class="mdui-icon material-icons">format_list_bulleted</i></a>
|
<a href="javascript:thumb();" class="mdui-fab mdui-fab-fixed mdui-ripple mdui-color-theme-accent"><i class="mdui-icon material-icons">format_list_bulleted</i></a>
|
||||||
|
<!--ShowThumbnailsEnd-->
|
||||||
<!--IsFolderEnd-->
|
<!--IsFolderEnd-->
|
||||||
<!--ListEnd-->
|
<!--ListEnd-->
|
||||||
<script>
|
<script>
|
||||||
|
@ -339,7 +341,7 @@
|
||||||
a.click() // 模拟点击
|
a.click() // 模拟点击
|
||||||
a.remove();
|
a.remove();
|
||||||
}
|
}
|
||||||
|
<!--ShowThumbnailsStart-->
|
||||||
function thumb(){
|
function thumb(){
|
||||||
if($('.mdui-fab i').text() == "apps"){
|
if($('.mdui-fab i').text() == "apps"){
|
||||||
$('.mdui-fab i').text("format_list_bulleted");
|
$('.mdui-fab i').text("format_list_bulleted");
|
||||||
|
@ -360,7 +362,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
<!--ShowThumbnailsEnd-->
|
||||||
$(function(){
|
$(function(){
|
||||||
$('.file a').each(function(){
|
$('.file a').each(function(){
|
||||||
$(this).on('click', function () {
|
$(this).on('click', function () {
|
||||||
|
|
Loading…
Reference in New Issue