Changeset 17213 for lang/javascript/vimperator-plugins/trunk
- Timestamp:
- 08/07/08 22:11:39 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/auto_detect_link.js
r17166 r17213 248 248 let st = content.document.defaultView.getComputedStyle(element, null); 249 249 return !(st.display && st.display.match(/none/)) && (!element.parentNode || isVisible(element.parentNode)) 250 } catch {250 } catch (e) { 251 251 return true; 252 252 } … … 403 403 404 404 405 liberator.log('auto_ nextandback.js loaded');405 liberator.log('auto_detect_link.js loaded'); 406 406 407 407 }catch(e){liberator.log(e)}
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)