diff --git a/docs/index.html b/docs/index.html
index 911ba93..5e254c8 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -10,7 +10,7 @@
-
+
@@ -47,12 +47,17 @@
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." />
-
Commander Plugin 2.1.8 — bulk operations on iddlers
+Commander Plugin 2.1.9 — Streamline tiddler management: bulk operations for titles, tags, and fields
+
+
+
+
+
@@ -117,7 +122,7 @@
-Please wait while Commander Plugin 2.1.8 is loading
+Please wait while Commander Plugin 2.1.9 is loading
@@ -808,7 +693,7 @@
// Detect platforms
if(!("browser" in $tw)) {
- $tw.browser = typeof(window) !== "undefined" ? {} : null;
+ $tw.browser = typeof(window) !== "undefined" && typeof(document) !== "undefined" ? {} : null;
}
if(!("node" in $tw)) {
$tw.node = typeof(process) === "object" ? {} : null;
@@ -1297,8 +1182,8 @@
parseInt(value.substr(10,2)||"00",10),
parseInt(value.substr(12,2)||"00",10),
parseInt(value.substr(14,3)||"000",10)));
- d.setUTCFullYear(year); // See https://stackoverflow.com/a/5870822
- return d;
+ d.setUTCFullYear(year); // See https://stackoverflow.com/a/5870822
+ return d;
} else if($tw.utils.isDate(value)) {
return value;
} else {
@@ -3683,3 +3568,4 @@