Item13264: $(document).pngie... is not a function
Priority: Enhancement
Current State: Needs Developer
Released In: n/a
Target Release:
$(document) fonction error
- Opera state that the following statement in wikidraw.tmpl is not an function
<script>
$(document).pngie({
blankgif:'%PUBURL%/%SYSTEMWEB%/WikiDrawPlugin/pngie/Transparent.gif',
sizingMethod:'crop'
});
</script>%TMPL:END%
I suggest to change to :
<script>
( function($) {
$(document).pngie({
blankgif:'%PUBURL%/%SYSTEMWEB%/WikiDrawPlugin/pngie/Transparent.gif',
sizingMethod:'crop'
});
} ) ( jQuery );
</script>%TMPL:END%
- modification and commit are done localy, waiting acceptation.
Sven, this extension is marked Coordinate with Author. Are you wiling to accept a patch?
--
GeorgeClark - 18 Feb 2015