Skip to content

Commit

Permalink
Merge pull request #6 from BurlesonBrad/patch-1
Browse files Browse the repository at this point in the history
Remove errant space in the JS URL.
  • Loading branch information
swissspidy committed Jul 7, 2016
2 parents af3ee7f + 50d6835 commit 8d5a5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function enqueue_scripts() {

wp_enqueue_script(
'voice-search',
$this->get_url() . 'js/voice-search' . $suffix . ' .js',
$this->get_url() . 'js/voice-search' . $suffix . '.js',
array(),
self::VERSION,
true
Expand Down

0 comments on commit 8d5a5d4

Please sign in to comment.