From 9e9817a7da1768159cec7c2393cab305af8ad762 Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Tue, 10 Apr 2012 01:10:33 +0200 Subject: [PATCH] added debug.js for running the widget on a desktop browser without development environment. This makes the use of Nokia's Web Development Kit obsolete (didn't support WRT widgets anymore anyways). Note that debug.js is not distributed in the release package and is supposed to be used for development purposes only. Also keep in mind that debug.js only contains the bare essentials to make the ComingNext widget work. It is neither feature complete, nor bug free. It does get the job done though. :-) --- comingNext/index.html | 6 +- debug.js | 320 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 323 insertions(+), 3 deletions(-) create mode 100644 debug.js diff --git a/comingNext/index.html b/comingNext/index.html index f30cb7d..1002ec5 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -26,9 +26,9 @@ .calendar6 { background-color:#9fdf57 } - + +