mirror of
https://github.com/Dansen999/migor.git
synced 2026-01-11 05:24:16 +00:00
Initial import (partially)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<%-- ############### JS ############### --%>
|
||||
<%-- RESReasy Stub; on this userLocation you can find all js requst methods generated by RESTeasy --%>
|
||||
<%--suppress JspAbsolutePathInspection, HtmlUnknownTarget --%>
|
||||
<script type="text/javascript" src="/migor/services/rest/js"></script>
|
||||
<script type="text/javascript" src="/migor/services/rest/rest.js"></script>
|
||||
|
||||
<%-- Plugins --%>
|
||||
<script type="text/javascript" src="js/plugins/jquery-1.10.2.js"></script>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
migor.rest = new function () {
|
||||
rest = new function () {
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -42,7 +42,7 @@ migor.rest = new function () {
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
migor.dialog.openErrorDialog(code + ': ' + request.responseText);
|
||||
//dialog.openErrorDialog(code + ': ' + request.responseText);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user