mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 03:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1797 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b765e62490
commit
8ec344e286
3 changed files with 9 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
// For details, see: http://creativecommons.org/licenses/LGPL/2.1/
|
||||
// This must be a path to a blank image. That's all the configuration you need.
|
||||
|
||||
if (typeof blankImg == 'undefined') var blankImg = '../img/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경.
|
||||
if (typeof blankImg == 'undefined') var blankImg = '../images/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경.
|
||||
var f = 'DXImageTransform.Microsoft.AlphaImageLoader';
|
||||
|
||||
function filt(s, m)
|
||||
|
|
@ -61,4 +61,4 @@ function doFix()
|
|||
doFix();
|
||||
|
||||
</script>
|
||||
</public:component>
|
||||
</public:component>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue