1
0
forked from docs/doc-exports
gtema 5db8bf6e43 AntiDDoS UMN test1 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: gtema <artem.goncharov@gmail.com>
Co-committed-by: gtema <artem.goncharov@gmail.com>
2022-11-15 12:50:29 +00:00

18 lines
434 B
JavaScript

/** IDP renames $ to $$$,jQueryHW2 */
var $$$, jQueryHW2;
jQueryHW2 = $$$ = $;
function image_size(a) {
$$$(window).on('load', function () {
$$$(a).each(function () {
var e = $$$(this);
var f = e.width();
var d = e.height();
var b = f;
var c = d;
e.click(function () {
tb_show("", this.src, false)
})
})
})
};