From c798d2c2b8516c242c0884ccc768a9b43ce16195 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Tue, 27 May 2014 10:58:18 +0200 Subject: [PATCH] Fix: typo --- apps/wolnelektury_core/static/js/picture.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wolnelektury_core/static/js/picture.js b/apps/wolnelektury_core/static/js/picture.js index 0c2e35b84..b058967b2 100644 --- a/apps/wolnelektury_core/static/js/picture.js +++ b/apps/wolnelektury_core/static/js/picture.js @@ -58,7 +58,7 @@ if (initial_hash.startsWith('#object-')) { $("[href=#picture-objects]").trigger('click'); } else if (initial_hash.startsWith('#theme-')) { - $("[href=#picutre-themes]").trigger('click'); + $("[href=#picture-themes]").trigger('click'); } mk = $("[href=" + initial_hash + "]").eq(0); self._initial_mark = self.createMark({ -- 2.20.1