Skip to content

Commit

Permalink
corrected location of dependency bower packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianAdams committed Aug 14, 2014
1 parent c2f43a2 commit 1562634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/openrov-plugin-divealerts.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
$.get(jsFileLocation + '../alerttemplate.html',function(data){
template = data;
});
$.getScript(jsFileLocation + '../../bower_components/bootstrap.growl/dist/bootstrap-growl.min.js',function(){
$.getScript(jsFileLocation + 'plugin_components/bootstrap.growl/dist/bootstrap-growl.min.js',function(){
console.log("loaded");
$.growl("The divealert plugin has loaded and is now ready to provide feedback!",{element: '#video-container', delay:1000, template:template, type:"info"});
});
Expand Down

0 comments on commit 1562634

Please sign in to comment.