Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit 14a65e8

Browse files
committed
update ui, version
complete ui redesign, elimination of some dependencies
1 parent 21ca837 commit 14a65e8

File tree

22 files changed

+17334
-4836
lines changed

22 files changed

+17334
-4836
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ node_modules
99
#Exclude compiled scripts and styles from repository
1010
filemanager/js/*
1111
filemanager/css/*
12-
resources/tmp/*
12+
resources/tmp/*
13+
/nbproject/private/

bower.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ResponsiveFilemanager",
3-
"version": "9.9.0",
3+
"version": "9.9.7",
44
"homepage": "http://www.responsivefilemanager.com/",
55
"authors": [
66
"tr1pp0 <info@albertoperipolli.com>"
@@ -15,24 +15,18 @@
1515
],
1616
"dependencies": {
1717
"jquery": "1.9.1",
18-
"jquery_lazyload": "git@github.com:tuupola/jquery_lazyload.git",
19-
"jquery-scrollstop": "git@github.com:ssorallen/jquery-scrollstop.git",
20-
"jQuery-contextMenu": "~1.6.6",
21-
"bootbox.js": "git@github.com:makeusabrew/bootbox.git#3.3.0",
18+
"jquery_lazyload": "git@github.com:tuupola/jquery_lazyload.git",
19+
"jQuery-contextMenu": "~1.6.6",
2220
"jquery-touchswipe": "~1.6.8",
2321
"dropzone": "~4.0.1",
24-
"zeroclipboard": "2.1.6",
25-
"bootstrap": "2.3.1",
26-
"bootstrap-modal": "~2.2.5",
27-
"bootstrap-lightbox": "git@github.com:jbutz/bootstrap-lightbox.git#0.6.0",
22+
"zeroclipboard": "2.1.6",
2823
"jquery-ui": "1.10.4",
2924
"jqueryui-touch-punch": "*",
3025
"jPlayer": "git@github.com:happyworm/jPlayer.git#2.4.0",
3126
"html5shiv": "3.6.2",
3227
"viewerjs": "~0.5.5"
3328
},
3429
"resolutions": {
35-
"jquery": "1.9.1",
36-
"bootstrap": "2.3.1"
30+
"jquery": "1.9.1"
3731
}
3832
}

0 commit comments

Comments
 (0)