mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
yWeb: cleanup
Origin commit data
------------------
Commit: 7b10c8c0ff
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-12-19 (Sun, 19 Dec 2021)
Origin message was:
------------------
- yWeb: cleanup
This commit is contained in:
@@ -46,7 +46,7 @@ CyExplorer.prototype = {
|
||||
var mycurrent_row = new Element( 'tr', {'class': ((this.line_number % 2) ==0)?"a":"b"} );
|
||||
$(this.el).insert(mycurrent_row);
|
||||
/* icon */
|
||||
var __img ="/images/ftype_file.gif";
|
||||
var __img ="/images/ftype_file.png";
|
||||
switch (fp.get('type')){
|
||||
case "folder": __img = "/images/ftype_folder.png"; break;
|
||||
case "link": __img = "/images/ftype_link.png"; break;
|
||||
|
Reference in New Issue
Block a user