初始化提交
This commit is contained in:
2880
电子展板/Assets/AmazeUI/js/amazeui.ie8polyfill.js
Normal file
2880
电子展板/Assets/AmazeUI/js/amazeui.ie8polyfill.js
Normal file
File diff suppressed because it is too large
Load Diff
3
电子展板/Assets/AmazeUI/js/amazeui.ie8polyfill.min.js
vendored
Normal file
3
电子展板/Assets/AmazeUI/js/amazeui.ie8polyfill.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
16780
电子展板/Assets/AmazeUI/js/amazeui.js
Normal file
16780
电子展板/Assets/AmazeUI/js/amazeui.js
Normal file
File diff suppressed because it is too large
Load Diff
8
电子展板/Assets/AmazeUI/js/amazeui.min.js
vendored
Normal file
8
电子展板/Assets/AmazeUI/js/amazeui.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
92
电子展板/Assets/AmazeUI/js/amazeui.widgets.helper.js
Normal file
92
电子展板/Assets/AmazeUI/js/amazeui.widgets.helper.js
Normal file
File diff suppressed because one or more lines are too long
3
电子展板/Assets/AmazeUI/js/amazeui.widgets.helper.min.js
vendored
Normal file
3
电子展板/Assets/AmazeUI/js/amazeui.widgets.helper.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
14
电子展板/Assets/AmazeUI/js/app.js
Normal file
14
电子展板/Assets/AmazeUI/js/app.js
Normal file
@@ -0,0 +1,14 @@
|
||||
(function($) {
|
||||
'use strict';
|
||||
|
||||
$(function() {
|
||||
var $fullText = $('.admin-fullText');
|
||||
$('#admin-fullscreen').on('click', function() {
|
||||
$.AMUI.fullscreen.toggle();
|
||||
});
|
||||
|
||||
$(document).on($.AMUI.fullscreen.raw.fullscreenchange, function() {
|
||||
$fullText.text($.AMUI.fullscreen.isFullscreen ? '退出全屏' : '开启全屏');
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
29
电子展板/Assets/AmazeUI/js/handlebars.min.js
vendored
Normal file
29
电子展板/Assets/AmazeUI/js/handlebars.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user