Changeset 14002
- Timestamp:
- 12/19/07 17:07:50 (10 months ago)
- Files:
-
- trunk/midcom/de.linkm.sitemap/handler/sitemap.php (modified) (3 diffs)
- trunk/midcom/midcom.core/midcom/baseclasses/components/interface.php (modified) (5 diffs)
- trunk/midcom/midcom.core/midcom/baseclasses/core/dbobject.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/core/manifest.php (modified) (2 diffs)
- trunk/midcom/midcom.core/midcom/helper/_basicnav.php (modified) (2 diffs)
- trunk/midcom/midcom.core/midcom/helper/_componentloader.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/helper/nav.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/services/auth.php (modified) (3 diffs)
- trunk/midcom/midcom.core/midcom/services/auth/frontend.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/services/auth/frontend/form.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/services/cron.php (modified) (1 diff)
- trunk/midcom/midcom.core/support/export_style.php (modified) (1 diff)
- trunk/midcom/midcom.helper.datamanager/datamanager.php (modified) (1 diff)
- trunk/midcom/midcom.helper.datamanager/widget_multiselect.php (modified) (1 diff)
- trunk/midcom/midcom.helper.datamanager/widget_radiobox.php (modified) (1 diff)
- trunk/midcom/midcom.helper.datamanager/widget_select.php (modified) (1 diff)
- trunk/midcom/midcom.helper.datamanager2/datamanager.php (modified) (12 diffs)
- trunk/midcom/midcom.helper.datamanager2/formmanager.php (modified) (20 diffs)
- trunk/midcom/midcom.helper.datamanager2/static/position/jquery.tabs.js (modified) (2 diffs)
- trunk/midcom/midcom.helper.datamanager2/type/select.php (modified) (1 diff)
- trunk/midcom/midcom.helper.datamanager2/type/tagselect.php (modified) (1 diff)
- trunk/midcom/midcom.helper.datamanager2/widget.php (modified) (1 diff)
- trunk/midcom/net.nehmer.account/remote.php (modified) (1 diff)
- trunk/midcom/net.nehmer.blog/handler/archive.php (modified) (2 diffs)
- trunk/midcom/net.nehmer.publications/handler/archive.php (modified) (2 diffs)
- trunk/midcom/net.nemein.calendar/handler/archive.php (modified) (1 diff)
- trunk/midcom/net.nemein.payment/handler.php (modified) (1 diff)
- trunk/midcom/org.maemo.socialnews/handler/archive.php (modified) (2 diffs)
- trunk/midcom/org.openpsa.contacts/duplicates_merge.php (modified) (1 diff)
- trunk/midcom/org.openpsa.directmarketing/handler/subscriber.php (modified) (1 diff)
- trunk/midcom/static/jQuery/ui/ui.tabs.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/de.linkm.sitemap/handler/sitemap.php
r12498 r14002 263 263 if (!$this->_show_node($this->_root_node_id, $data)) 264 264 { 265 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, "An error occur ed: de_linkm_sitemap_viewer::_show_node({$this->_root_node_id}) returned false. Aborting.");265 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, "An error occurred: de_linkm_sitemap_viewer::_show_node({$this->_root_node_id}) returned false. Aborting."); 266 266 } 267 267 } … … 271 271 if ($subnodes === false) 272 272 { 273 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 'An error occur ed: de_linkm_sitemap_viewer::show: Could not list root\'s subnodes');273 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 'An error occurred: de_linkm_sitemap_viewer::show: Could not list root\'s subnodes'); 274 274 } 275 275 … … 278 278 if (!$this->_show_node($id, $data)) 279 279 { 280 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, "An error occur ed: de_linkm_sitemap_viewer::_show_node({$id}) returned false. Aborting.");280 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, "An error occurred: de_linkm_sitemap_viewer::_show_node({$id}) returned false. Aborting."); 281 281 } 282 282 } trunk/midcom/midcom.core/midcom/baseclasses/components/interface.php
r13884 r14002 834 834 * for more specific processing. 835 835 * 836 * @param int $operation The operation that has occur ed.837 * @param mixed $object The object on which the operation occur ed. The system will836 * @param int $operation The operation that has occurred. 837 * @param mixed $object The object on which the operation occurred. The system will 838 838 * do is_a checks against any registered class restriction on the watch. 839 839 */ … … 881 881 * @param int $operation The operation identifier (one of the MIDCOM_OPERATION constants) 882 882 * which applies. 883 * @param obect $object The object on which the operation has occur ed.883 * @param obect $object The object on which the operation has occurred. 884 884 */ 885 885 function _on_watched_operation($operation, $object) {} … … 895 895 * It is called after the generic _on_watched_operation event handler. 896 896 * 897 * @param obect $object The object on which the operation has occur ed.897 * @param obect $object The object on which the operation has occurred. 898 898 */ 899 899 function _on_watched_dba_create($object) {} … … 909 909 * It is called after the generic _on_watched_operation event handler. 910 910 * 911 * @param obect $object The object on which the operation has occur ed.911 * @param obect $object The object on which the operation has occurred. 912 912 */ 913 913 function _on_watched_dba_update($object) {} … … 923 923 * It is called after the generic _on_watched_operation event handler. 924 924 * 925 * @param obect $object The object on which the operation has occur ed.925 * @param obect $object The object on which the operation has occurred. 926 926 */ 927 927 function _on_watched_dba_delete($object) {} trunk/midcom/midcom.core/midcom/baseclasses/core/dbobject.php
r13738 r14002 1304 1304 * </pre> 1305 1305 * 1306 * If you query only a single domain, the result will be a single a ccociative1306 * If you query only a single domain, the result will be a single associative 1307 1307 * array containing the parameter name/value pairs. For example: 1308 1308 * trunk/midcom/midcom.core/midcom/core/manifest.php
r13625 r14002 20 20 * background. 21 21 * 22 * The component manifest on-disk actually consists of a relatively simple a ccociative22 * The component manifest on-disk actually consists of a relatively simple associative 23 23 * array which describes the component. The following example shows an average manifest 24 24 * using all available options and should serve us as an example: … … 80 80 * added automatically when the information is registered. 81 81 * 82 * This array is an a ccociative one, indexing permission names and their82 * This array is an associative one, indexing permission names and their 83 83 * default values. Simple string values are required for the permission 84 84 * names, they must validate against the regular expression <i>/[a-z0-9]+/</i>. trunk/midcom/midcom.core/midcom/helper/_basicnav.php
r13625 r14002 158 158 /** 159 159 * This is the leaf cache. It is an array which contains elements indexed by 160 * their leaf ID. The data is again stored in an a ccociative array:160 * their leaf ID. The data is again stored in an associative array: 161 161 * 162 162 * - MIDCOM_NAV_NODEID => ID of the parent node (int) … … 175 175 /** 176 176 * This is the node cache. It is an array which contains elements indexed by 177 * their node ID. The data is again stored in an a ccociative array:177 * their node ID. The data is again stored in an associative array: 178 178 * 179 179 * - MIDCOM_NAV_NODEID => ID of the parent node (-1 for the root node) (int) trunk/midcom/midcom.core/midcom/helper/_componentloader.php
r13625 r14002 840 840 * have the same $guid property value. 841 841 * 842 * @param int $operation The operation that has occur ed.843 * @param mixed $object The object on which the operation occur ed. The system will842 * @param int $operation The operation that has occurred. 843 * @param mixed $object The object on which the operation occurred. The system will 844 844 * do is_a checks against any registered class restriction on the watch. The object 845 845 * is not taken by-reference but refreshed before actually executing the hook at the trunk/midcom/midcom.core/midcom/helper/nav.php
r13625 r14002 570 570 * <b>Return Value</b> 571 571 * 572 * The breadcrumb data will be returned as a list of a ccociative arrays each572 * The breadcrumb data will be returned as a list of associative arrays each 573 573 * containing these keys: 574 574 * trunk/midcom/midcom.core/midcom/services/auth.php
r13945 r14002 391 391 /** 392 392 * Internal cache of the effective privileges of users on content objects, this is 393 * an a ccociative array using a combination of the user identifier and the objects'393 * an associative array using a combination of the user identifier and the objects' 394 394 * guid as index. The privileges for the anonymous user use the magic 395 395 * EVERYONE as user identifier. … … 1437 1437 * default, the second one for the owner privilege set. 1438 1438 * 1439 * @param Array $privileges An a ccociative privilege_name => default_values listing.1439 * @param Array $privileges An associative privilege_name => default_values listing. 1440 1440 */ 1441 1441 function register_default_privileges ($privileges) … … 1465 1465 * Returns a listing of all known(!) virtual groups. 1466 1466 * 1467 * @result An a ccociative vgroup_id (including the vgroup: prefix) => vgroup_name listing.1467 * @result An associative vgroup_id (including the vgroup: prefix) => vgroup_name listing. 1468 1468 */ 1469 1469 function get_all_vgroups() trunk/midcom/midcom.core/midcom/services/auth/frontend.php
r13625 r14002 36 36 * or null for anonymous access. 37 37 * 38 * @return Array A simple a ccociative array with the two indexes 'username' and38 * @return Array A simple associative array with the two indexes 'username' and 39 39 * 'password' holding the information read by the driver or NULL if no 40 40 * information could be read. trunk/midcom/midcom.core/midcom/services/auth/frontend/form.php
r13590 r14002 31 31 * it reads and returns their values. 32 32 * 33 * @return Array A simple a ccociative array with the two indexes 'username' and33 * @return Array A simple associative array with the two indexes 'username' and 34 34 * 'password' holding the information read by the driver or NULL if no 35 35 * information could be read. trunk/midcom/midcom.core/midcom/services/cron.php
r13590 r14002 16 16 * <b>Cron Job configuration</b> 17 17 * 18 * Each cron job is defined by an a ccociative array containing the following keys:18 * Each cron job is defined by an associative array containing the following keys: 19 19 * 20 20 * - <i>string handler</i> holds the full class name which should handle the cron job invocation, trunk/midcom/midcom.core/support/export_style.php
r6116 r14002 277 277 if ($files === false) 278 278 { 279 // error occur ed, what to do ??279 // error occurred, what to do ?? 280 280 } 281 281 if (is_array($files)) trunk/midcom/midcom.helper.datamanager/datamanager.php
r13625 r14002 827 827 * constant returned: 828 828 * 829 * - <b>MIDCOM_DATAMGR_FAILED:</b> Something critical occur ed, processing failed.829 * - <b>MIDCOM_DATAMGR_FAILED:</b> Something critical occurred, processing failed. 830 830 * - <b>MIDCOM_DATAMGR_CANCELLED:</b> Editing has been cancelled by the user, you 831 831 * should return to view-mode, no changes made. In case of a creation loop, trunk/midcom/midcom.helper.datamanager/widget_multiselect.php
r487 r14002 49 49 50 50 /** 51 * The a ccociative array with the choices available.51 * The associative array with the choices available. 52 52 * 53 53 * @var Array trunk/midcom/midcom.helper.datamanager/widget_radiobox.php
r2506 r14002 48 48 49 49 /** 50 * The a ccociative array with the choices available.50 * The associative array with the choices available. 51 51 * 52 52 * @var Array trunk/midcom/midcom.helper.datamanager/widget_select.php
r13590 r14002 58 58 59 59 /** 60 * The a ccociative array with the choices available.60 * The associative array with the choices available. 61 61 * 62 62 * @var Array trunk/midcom/midcom.helper.datamanager2/datamanager.php
r13842 r14002 47 47 */ 48 48 var $schema_name = ''; 49 49 50 50 /** 51 51 * This is the storage implementation which is used for operation on the types. It encaspulates … … 67 67 68 68 /** 69 * This variable contains an Array of all validation errors that have occur ed69 * This variable contains an Array of all validation errors that have occurred 70 70 * during saving. As outlined in the type, these messages my have inline-html 71 71 * in it and it is assumed to be localized. … … 77 77 */ 78 78 var $validation_errors = Array(); 79 79 80 80 /** 81 81 * Reference to the form manager instance which is currently in use. Usually, it is created and referenced here by the controller … … 83 83 * 84 84 * @var midcom_helper_datamanager2_formmanager 85 */ 85 */ 86 86 var $formmanager = null; 87 87 88 88 /** 89 89 * The constructor loads the schema database to use but does nothing else … … 178 178 $this->storage =& $object; 179 179 } 180 180 181 181 // For reasons I do not completely comprehend, PHP drops the storage references into the types 182 182 // in the lines above. Right now the only solution (except debugging this 5 hours long line … … 325 325 326 326 /** 327 * Little helper function returning an a ccociative array of all field values converted to HTML327 * Little helper function returning an associative array of all field values converted to HTML 328 328 * using their default convert_to_html option. 329 329 * … … 341 341 342 342 /** 343 * Little helper function returning an a ccociative array of all field values converted to XML343 * Little helper function returning an associative array of all field values converted to XML 344 344 * using their default convert_to_csv or convert_to_raw options. 345 345 * … … 370 370 371 371 /** 372 * Little helper function returning an a ccociative array of all field values converted to CSV372 * Little helper function returning an associative array of all field values converted to CSV 373 373 * using their default convert_to_csv option. 374 374 * … … 386 386 387 387 /** 388 * Little helper function returning an a ccociative array of all field values converted to388 * Little helper function returning an associative array of all field values converted to 389 389 * their raw storage representation.. 390 390 * … … 399 399 { 400 400 continue; 401 } 401 } 402 402 $result[$name] = $this->types[$name]->convert_to_storage(); 403 403 } … … 422 422 echo '<div class="title" style="font-weight: bold;">' . $this->schema->translate_schema_string($this->schema->fields[$name]['title']) . "</div>\n"; 423 423 echo '<div class="value" style="margin-left: 5em; min-height: 1em;">'; 424 424 425 425 if ($config['widget'] == 'chooser') 426 { 426 { 427 427 $this->formmanager =& new midcom_helper_datamanager2_formmanager($this->schema, $this->types); 428 428 $this->formmanager->initialize(); … … 431 431 else 432 432 { 433 echo $this->types[$name]->convert_to_html(); 434 } 435 433 echo $this->types[$name]->convert_to_html(); 434 } 435 436 436 echo "</div>\n"; 437 437 echo "</div>\n"; trunk/midcom/midcom.helper.datamanager2/formmanager.php
r13969 r14002 70 70 * 71 71 * If the configuration option 'default_renderer' (and possibly 'default_renderer_src') 72 * are set, the class will create instances of these rendere s during startup, so that72 * are set, the class will create instances of these renderers during startup, so that 73 73 * site users can directly use these defaults without further work. The following 74 74 * rules are used when determining which renderer to use: … … 108 108 */ 109 109 var $namespace = ''; 110 110 111 111 /** 112 112 * Number of open fieldsets. This will be used to close the same amount to prevent open fieldset tags … … 234 234 continue; 235 235 } 236 236 237 237 // Start the fieldsets if required 238 238 $this->_start_fieldset($name, $config); 239 239 240 240 if ($config['static_prepend'] !== null) 241 241 { … … 267 267 } 268 268 } 269 269 270 270 if (!is_null($config['default'])) 271 271 { … … 294 294 $this->form->addElement('static', $static_name, '', $config['static_append']); 295 295 } 296 296 297 297 // End the fieldsets if required 298 298 $this->_end_fieldset($name, $config); … … 301 301 // Set the collected defaults. 302 302 $this->form->setDefaults($defaults); 303 303 304 304 // Close the fieldsets left open 305 305 if ($this->_fieldsets > 0) … … 440 440 return true; 441 441 } 442 442 443 443 /** 444 444 * Start a fieldset and set the styles accordingly. Fieldsets can be initialized either 445 445 * by key `start_fieldset` or `start_fieldgroup` to provide backwards compatibility to 446 446 * @see midcom_helper_datamanager_schema 447 * 447 * 448 448 * @access private 449 449 * @param string $name … … 458 458 $config['start_fieldset'] = $config['start_fieldgroup']; 459 459 } 460 460 461 461 // Return if fieldsets are not requested 462 462 if (!isset($config['start_fieldset'])) … … 464 464 return; 465 465 } 466 466 467 467 // Enable multiple fieldset starts in the same schema field 468 468 $fieldsets = array(); … … 475 475 $fieldsets = $config['start_fieldset']; 476 476 } 477 477 478 478 // Output the fieldsets 479 479 foreach ($fieldsets as $key => $fieldset) … … 487 487 $class = $name; 488 488 } 489 489 490 490 $html = "<fieldset class=\"{$class}\">\n"; 491 491 492 492 if (isset($fieldset['title'])) 493 493 { … … 500 500 $class = " class=\"{$name}\""; 501 501 } 502 502 503 503 $html .= " <legend{$class}>\n"; 504 504 $html .= " ". $this->_translate($fieldset['title']) ."\n"; 505 505 $html .= " </legend>\n"; 506 506 } 507 507 508 508 if (isset($fieldset['description'])) 509 509 { 510 510 $html .= "<p>". $this->_translate($fieldset['description']) . "</p>\n"; 511 511 } 512 512 513 513 $set =& HTML_QuickForm::createElement('static', "__fieldset_start_{$name}_{$key}", $html); 514 514 $this->form->addElement($set); … … 516 516 } 517 517 } 518 518 519 519 /** 520 520 * End a fieldset. Ends the requested amount of fieldsets when 'end_fieldset' key is 521 521 * defined in the schema field or at least once when the key exists in the field. 522 * 522 * 523 523 * @access private 524 524 * @param string $name … … 533 533 $config['end_fieldset'] = $config['end_fieldgroup']; 534 534 } 535 535 536 536 if ( !isset($config['end_fieldset']) 537 537 || $this->_fieldsets <= 0) … … 539 539 return; 540 540 } 541 541 542 542 $html = ''; 543 543 544 544 // Interface for closing the fieldsets 545 545 if (is_numeric($config['end_fieldset'])) … … 549 549 $html .= "</fieldset>\n"; 550 550 $this->_fieldsets--; 551 551 552 552 if ($this->_fieldsets <= 0) 553 553 { … … 561 561 $this->_fieldsets--; 562 562 } 563 563 564 564 $set =& HTML_QuickForm::createElement('static', "__fieldset_end_{$name}", $html); 565 565 $this->form->addElement($set); … … 765 765 766 766 /** 767 * Set the value of a formelement. 767 * Set the value of a formelement. 768 768 * @var $key the form field name 769 769 * @var $value the new value to set … … 819 819 { 820 820 if ( ! $this->renderer 821 || ( is_string($this->renderer) && $this->renderer == 'none')) 821 || ( is_string($this->renderer) && $this->renderer == 'none')) 822 822 { 823 823 echo $this->form->toHtml(); … … 884 884 * 885 885 */ 886 function get_submit_values( ) 886 function get_submit_values( ) 887 887 { 888 888 return $this->form->getSubmitValues( true ); trunk/midcom/midcom.helper.datamanager2/static/position/jquery.tabs.js
r12256 r14002 443 443 tabs.bind('click', function(e) { 444 444 445 var trueClick = e.clientX; // add to history only if true click occur ed, not a triggered click445 var trueClick = e.clientX; // add to history only if true click occurred, not a triggered click 446 446 var clicked = this, li = $(this).parents('li:eq(0)'), toShow = $(this.hash), toHide = containers.filter(':visible'); 447 447 … … 474 474 // switch tab, animation prevents browser scrolling to the fragment 475 475 function switchTab() { 476 if (settings.bookmarkable && trueClick) { // add to history only if true click occur ed, not a triggered click476 if (settings.bookmarkable && trueClick) { // add to history only if true click occurred, not a triggered click 477 477 $.ajaxHistory.update(clicked.hash); 478 478 } trunk/midcom/midcom.helper.datamanager2/type/select.php
r13625 r14002 350 350 * Returns the full listing of all available key/value pairs. 351 351 * 352 * @return Array Listing of all keys, as an a ccociative array.352 * @return Array Listing of all keys, as an associative array. 353 353 */ 354 354 function list_all() trunk/midcom/midcom.helper.datamanager2/type/tagselect.php
r13590 r14002 329 329 * Returns the full listing of all available key/data pairs. 330 330 * 331 * @return Array Listing of all keys, as an a ccociative array.331 * @return Array Listing of all keys, as an associative array. 332 332 */ 333 333 function list_all() trunk/midcom/midcom.helper.datamanager2/widget.php
r13625 r14002 97 97 98 98 /** 99 * Whether widget should always load its dependencies on initialization, or only during 99 * Whether widget should always load its dependencies on initialization, or only during 100 100 * add_elements_to_form call. 101 101 * trunk/midcom/net.nehmer.account/remote.php
r3581 r14002 110 110 111 111 /** 112 * This helper lists an a ccociative array with account types and their titles.112 * This helper lists an associative array with account types and their titles. 113 113 * 114 114 * @return Array Account name => Description listing. trunk/midcom/net.nehmer.blog/handler/archive.php
r13992 r14002 218 218 219 219 // Loop over the months, start month is either first posting month 220 // or January in all other cases. End months are treated similar ily,220 // or January in all other cases. End months are treated similarly, 221 221 // being december by default unless for the current year. 222 222 if ($year == $first_year) … … 304 304 * - array month_data (the monthly data) 305 305 * 306 * month_data will contain an a ccociative array containing the following array of data306 * month_data will contain an associative array containing the following array of data 307 307 * indexed by month number (1-12): 308 308 * trunk/midcom/net.nehmer.publications/handler/archive.php
r13625 r14002 199 199 200 200 // Loop over the months, start month is either first posting month 201 // or January in all other cases. End months are treated similar ily,201 // or January in all other cases. End months are treated similarly, 202 202 // being december by default unless for the current year. 203 203 if ($year == $first_year) … … 285 285 * - array month_data (the monthly data) 286 286 * 287 * month_data will contain an a ccociative array containing the following array of data287 * month_data will contain an associative array containing the following array of data 288 288 * indexed by month number (1-12): 289 289 * trunk/midcom/net.nemein.calendar/handler/archive.php
r13625 r14002 390 390 * - array month_data (the monthly data) 391 391 * 392 * month_data will contain an a ccociative array containing the following array of data392 * month_data will contain an associative array containing the following array of data 393 393 * indexed by month number (1-12): 394 394 * trunk/midcom/net.nemein.payment/handler.php
r13625 r14002 169 169 * Initializes the class, populates the config member variable. 170 170 * 171 * @param Array $config The a ccociative configuration array for this handler.171 * @param Array $config The associative configuration array for this handler. 172 172 */ 173 173 function net_nemein_payment_handler ($config) trunk/midcom/org.maemo.socialnews/handler/archive.php
r13625 r14002 170 170 171 171 // Loop over the months, start month is either first posting month 172 // or January in all other cases. End months are treated similar ily,172 // or January in all other cases. End months are treated similarly, 173 173 // being december by default unless for the current year. 174 174 if ($year == $first_year) … … 256 256 * - array month_data (the monthly data) 257 257 * 258 * month_data will contain an a ccociative array containing the following array of data258 * month_data will contain an associative array containing the following array of data 259 259 * indexed by month number (1-12): 260 260 * trunk/midcom/org.openpsa.contacts/duplicates_merge.php
r13625 r14002 151 151 if (!$this->merge($obj1, $obj2, 'all')) 152 152 { 153 // Some error occur ed during merges, abort153 // Some error occurred during merges, abort 154 154 return false; 155 155 } trunk/midcom/org.openpsa.directmarketing/handler/subscriber.php
r12364 r14002 266 266 if ($memberships === false) 267 267 { 268 //Some error occur ed with QB268 //Some error occurred with QB 269 269 $_MIDCOM->auth->drop_sudo(); 270 270 debug_pop(); trunk/midcom/static/jQuery/ui/ui.tabs.js
r12986 r14002 260 260 // switch a tab 261 261 function switchTab(clicked, $hide, $show) { 262 /*if (o.bookmarkable && trueClick) { // add to history only if true click occur ed, not a triggered click262 /*if (o.bookmarkable && trueClick) { // add to history only if true click occurred, not a triggered click 263 263 $.ajaxHistory.update(clicked.hash); 264 264 }*/ … … 271 271 function tabClick(e) { 272 272 273 //var trueClick = e.clientX; // add to history only if true click occur ed, not a triggered click273 //var trueClick = e.clientX; // add to history only if true click occurred, not a triggered click 274 274 var $li = $(this).parents('li:eq(0)'), 275 275 $hide = self.$containers.filter(':visible'),
