diff --git a/src/dist/js/script.min.js b/src/dist/js/script.min.js index c8df5cfa..c481317f 100644 --- a/src/dist/js/script.min.js +++ b/src/dist/js/script.min.js @@ -6519,6 +6519,7 @@ var app = Sammy('#main', function (sam) { .click(function(e){ e.preventDefault(); + $('#modal footer button').unbind( "click" ); // Reset & Hide modal box .removeClass('no-title') diff --git a/src/js/app.js b/src/js/app.js index ee1b0d3d..9adb2b10 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -304,6 +304,7 @@ var app = Sammy('#main', function (sam) { .click(function(e){ e.preventDefault(); + $('#modal footer button').unbind( "click" ); // Reset & Hide modal box .removeClass('no-title')