From c7d06da9c9e9aac3331e475878f42d64a119f160 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 26 Apr 2017 12:55:42 +0300 Subject: [PATCH] gallery --- backend/web/js/galleryWidget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/web/js/galleryWidget.js b/backend/web/js/galleryWidget.js index 7dca732..6d47019 100644 --- a/backend/web/js/galleryWidget.js +++ b/backend/web/js/galleryWidget.js @@ -32,7 +32,7 @@ $( .on( 'click', '#add-image', function(e) { var hash = Math.floor(Math.random() * 89999) + 10000; - var content = '
' + '' + '

' + '
'; + var content = '
' + '
' + '

' + '
'; $('.gw-container') .append(content); // if (document.querySelectorAll(".gw-container > .gw-item").length % 3 === 0) { -- libgit2 0.21.4