gui/html: Finally implementing restore operation
+ modal jQueryUI-based dialogs for restore operation
+ fixing a small bug with NDN/REST API
Unrelated note: unless we do something with JSON compression, we can't request more
than 10 items at a time (I tried 20, and they already didn't fit).
Change-Id: I9206fa9ac6b02062915a6f6980ad9e69eaa8da3c
diff --git a/gui/html.qrc b/gui/html.qrc
index 737e214..1d8d379 100644
--- a/gui/html.qrc
+++ b/gui/html.qrc
@@ -1,6 +1,7 @@
<RCC>
<qresource prefix="/">
<file>html/index.html</file>
+<!--
<file>html/jquery.min.js</file>
<file>html/load.gif</file>
<file>html/ndn-js.js</file>
@@ -8,5 +9,6 @@
<file>html/detect.js</file>
<file>html/style.css</file>
<file>html/chronoshare.js</file>
+-->
</qresource>
</RCC>