Windwalker 2.1.18 (Asika; RemoteImage dependency), vetted clean from live; branch-only upstream → deployed files. Signed-off-by: LÁZÁR Imre <imre@illusion.hu> Assisted-by: claude-code@claude-opus-4-8
17 lines
257 B
JavaScript
17 lines
257 B
JavaScript
/**
|
|
* Part of Windwalker project.
|
|
*
|
|
* @copyright Copyright (C) 2016 {ORGANIZATION}. All rights reserved.
|
|
* @license GNU General Public License version 2 or later.
|
|
*/
|
|
|
|
;(function($)
|
|
{
|
|
"use strict";
|
|
|
|
window.Windwalker = {
|
|
|
|
}
|
|
|
|
})(jQuery);
|