From c9a405b9de01f8011bf180442db72b1ff6083aa7 Mon Sep 17 00:00:00 2001
From: Mariani Giacomo <mariang1@t31300-lr138.org.aalto.fi>
Date: Fri, 27 Mar 2020 09:09:08 +0200
Subject: [PATCH] remove_element exercise, changed order

---
 content.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content.js b/content.js
index bc3e4f6..bef24a6 100644
--- a/content.js
+++ b/content.js
@@ -495,7 +495,7 @@ let Content = {
     title: "Select and remove the right element",
     description: "",
     concepts: ["JavaScript", "getElementById", "childNodes", "innerText", "remove"],
-    order: 13
+    order: 14
   }
 
 };
-- 
GitLab