From 133f0a94f9982b1674b4a5258fff619a163fb9b5 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Wed, 24 Apr 2013 16:28:38 +0200 Subject: [PATCH] Made summary scale! --- js/h5p.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/h5p.js b/js/h5p.js index 269ff00..8466055 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -327,4 +327,4 @@ Array.prototype.contains = function (needle) { // Finally, we want to run init when document is ready. H5P.jQuery(document).ready(function(){ H5P.init(); -}); +}); \ No newline at end of file