Skip to content

Commit

Permalink
fix options
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Mar 20, 2015
1 parent ecf1645 commit f979a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/client/src/view-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
var category = options.hash.category || false;
var field = options.hash.field || false;

var translationHash = options.hash.translationHash || null;
var translationHash = options.hash.translationHash || options.hash.translatedOptions || null;

if (translationHash === null) {
if (!category && field) {
Expand Down

0 comments on commit f979a8d

Please sign in to comment.