Skip to content

Commit

Permalink
Improvement: Moved the mp3 file and updated the path easier installat…
Browse files Browse the repository at this point in the history
…ion.

Previously it was required to put the mp3 file into the main assets/i folder because I couldn't figure out the correct path.  However thanks to @gegere for the encouragement I figured out a better way.
  • Loading branch information
jpwalters committed Jan 10, 2016
1 parent 02f6ff9 commit 34d8535
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion sms-conversations/sms-conversation.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</div><!-- .vbx-content-main -->

<audio id="notify">
<source src="/assets/i/notify.mp3"></source>
<source src="/plugins/sms-conversation/assets/notify.mp3"></source>
</audio>

<?php
Expand Down

1 comment on commit 34d8535

@jpwalters
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's the location where the plugin should be easily installed.

installation_dir

Please sign in to comment.