Plugin Directory

Changeset 146465


Ignore:
Timestamp:
08/16/2009 10:25:17 PM (17 years ago)
Author:
ryanlath
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zina/trunk/zina/batch.php

    r145926 r146465  
    161161  // he gets the non-JS version...
    162162
    163   if (!$nojs && isset($_COOKIE['has_js']) && $_COOKIE['has_js']) {
    164   //if (!$nojs) {
     163  if (!$nojs) {
    165164    return _zbatch_progress_page_js();
    166165  } else {
     
    443442  $batch = NULL;
    444443
    445   if ($_batch['nojs'] || !isset($_COOKIE['has_js']) || !$_COOKIE['has_js']) {
    446   //if ($_batch['nojs']) {
     444  if ($_batch['nojs']) {
    447445    #global $zc;
    448446    #$semaphore = $zc['cache_dir_private_abs'].'/.cron';
Note: See TracChangeset for help on using the changeset viewer.