Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
webda2l committed Nov 10, 2014
1 parent b6d820b commit 72936f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Resources/public/js/a2lix_translation_default.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
$(function() {
$('ul.a2lix_translationsLocales').on('click', 'a', function(evt) {
evt.preventDefault();

var target = $(this).attr('data-target');
$('li:has(a[data-target="' + target + '"]), div' + target, 'div.a2lix_translations').addClass('active')
.siblings().removeClass('active');
Expand Down
2 changes: 1 addition & 1 deletion TranslationForm/TranslationForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private function getFieldsList($options, $class)
/**
* {@inheritdoc}
*/
public function getFormsOptions($options)
public function getFormsOptions($options)
{
$formsOptions = array();

Expand Down

0 comments on commit 72936f6

Please sign in to comment.