From 8819a293c8c33003ca16ea7555a1e20f9ac08347 Mon Sep 17 00:00:00 2001 From: r4sas Date: Wed, 8 Mar 2017 17:47:22 +0300 Subject: [PATCH] added forgotten comma --- js/privatebin.js | 2 +- tpl/bootstrap.php | 2 +- tpl/page.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/privatebin.js b/js/privatebin.js index acb3e87..13204da 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -531,7 +531,7 @@ jQuery.PrivateBin = function($, pako, sjcl, Base64) { */ decompress: function(data) { - return Base64.btou( pako.inflate( Base64.fromBase64(data) { to: 'string' } ) ); + return Base64.btou( pako.inflate( Base64.fromBase64(data), { to: 'string' } ) ); }, /** diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index 826ab4e..8a28076 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -68,7 +68,7 @@ if ($MARKDOWN): - + diff --git a/tpl/page.php b/tpl/page.php index d6e361a..76c6387 100644 --- a/tpl/page.php +++ b/tpl/page.php @@ -46,7 +46,7 @@ if ($MARKDOWN): - +