equal
deleted
inserted
replaced
2 |
2 |
3 if (typeof window.IriSP === "undefined") { |
3 if (typeof window.IriSP === "undefined") { |
4 window.IriSP = {}; |
4 window.IriSP = {}; |
5 } |
5 } |
6 |
6 |
7 if (typeof IriSP.jQuery === "undefined" && typeof window.jQuery !== "undefined") { |
7 if (typeof IriSP.jQuery === "undefined" && typeof window.jQuery !== "undefined" && parseFloat(window.jQuery().jquery) >= 1.7) { |
8 IriSP.jQuery = window.jQuery; |
8 IriSP.jQuery = window.jQuery; |
9 } |
9 } |
10 |
10 |
11 if (typeof IriSP._ === "undefined" && typeof window._ !== "undefined") { |
11 if (typeof IriSP._ === "undefined" && typeof window._ !== "undefined" && parseFloat(window._.VERSION) >= 1.4) { |
12 IriSP._ = window._; |
12 IriSP._ = window._; |
13 } |
13 } |