mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-22 20:51:40 +08:00
对分享文件和云盘文件进行适当权限控制
This commit is contained in:
@@ -20,9 +20,9 @@ try{
|
||||
<!--{/if}-->
|
||||
<script type="text/javascript">
|
||||
// 全局错误处理
|
||||
$(document).ready(function() {
|
||||
jQuery(document).ready(function() {
|
||||
// 设置jQuery全局的Ajax错误处理
|
||||
$.ajaxSetup({
|
||||
jQuery.ajaxSetup({
|
||||
error: function(xhr, textStatus, errorThrown) {
|
||||
var errorMsg = "Ajax Error: " + textStatus + ", " + errorThrown;
|
||||
showmessage(errorMsg, 'error', 3000, 1);
|
||||
|
||||
Reference in New Issue
Block a user