Skip to content

Commit

Permalink
Item8659: FlotChartPlugin's javascripts depend on JQueryPlugin's ones…
Browse files Browse the repository at this point in the history
… (if the later is installed)

git-svn-id: http://svn.foswiki.org/trunk/FlotChartPlugin@6640 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
AntonioTerceiro authored and AntonioTerceiro committed Mar 3, 2010
1 parent c93ec95 commit e1e7310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/FlotChartPlugin.pm
Expand Up @@ -64,7 +64,7 @@ sub doInit {

# add the initialisation javascript
my $jscript = Foswiki::Func::readTemplate( lc($pluginName), 'javascript' );
Foswiki::Func::addToHEAD( $pluginName . '-javascript', $jscript );
Foswiki::Func::addToHEAD( $pluginName . '-javascript', $jscript, 'JQUERYPLUGIN' );

}

Expand Down

0 comments on commit e1e7310

Please sign in to comment.