http to https
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
<project xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -1048,7 +1048,7 @@ SockJS = (function () {
|
||||
|
||||
|
||||
// References:
|
||||
// http://ajaxian.com/archives/100-line-ajax-wrapper
|
||||
// https://ajaxian.com/archives/100-line-ajax-wrapper
|
||||
// https://msdn.microsoft.com/en-us/library/cc288060(v=VS.85).aspx
|
||||
var XDRObject = utils.XDRObject = function (method, url, payload) {
|
||||
var that = this;
|
||||
|
||||
Reference in New Issue
Block a user