From 23ba337de24e88c6aaf6ceb37507997f5c5f4920 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 2 Apr 2016 01:09:45 -0400 Subject: fully working edit dialog --- data/stuff/js/util.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/stuff/js/util.js') diff --git a/data/stuff/js/util.js b/data/stuff/js/util.js index a6826db..c021499 100644 --- a/data/stuff/js/util.js +++ b/data/stuff/js/util.js @@ -9,4 +9,8 @@ jQuery(function($) { data: args, }); }; + + LuigiTemplate.FILTERS.json = function(val) { + return JSON.stringify(val); + }; }); -- cgit v1.2.3