Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
seductiveapps
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rene AJM Veerman
seductiveapps
Commits
878052ea
Commit
878052ea
authored
Aug 10, 2018
by
Rene AJM Veerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
cf5e5cd7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
12 deletions
+6
-12
saDesktop-2.1.1.source.js
seductiveapps/saDesktop-2.1.1.source.js
+6
-12
.index.tpl.kate-swp
seductiveapps/siteContent/.index.tpl.kate-swp
+0
-0
No files found.
seductiveapps/saDesktop-2.1.1.source.js
View file @
878052ea
...
...
@@ -61,18 +61,12 @@ seductiveapps.desktop = {
width
:
jQuery
(
'#siteManager'
).
width
(),
height
:
jQuery
(
'#siteManager'
).
height
()
});
jQuery
(
'#
siteManager__td__content, .siteManager__tab'
).
css
({
width
:
jQuery
(
'#siteManager
'
).
width
()
*
0.75
,
height
:
jQuery
(
'#siteManager'
).
height
()
jQuery
(
'#
jQueryFileUpload__scrollpane__container, #jQueryFileUpload__scrollpane, #jQueryFileUpload'
).
css
({
width
:
jQuery
(
'#siteManager
__uploader_tab'
).
width
()
,
height
:
jQuery
(
'#siteManager
__uploader_tab'
).
height
()
-
jQuery
(
'#siteManager__tr__uploader_header
'
).
height
()
});
setTimeout
(
function
()
{
jQuery
(
'#jQueryFileUpload__scrollpane__container, #jQueryFileUpload__scrollpane, #jQueryFileUpload'
).
css
({
width
:
jQuery
(
'#siteManager__uploader_tab'
).
width
(),
height
:
jQuery
(
'#siteManager__uploader_tab'
).
height
()
});
sa
.
sp
.
containerSizeChanged
(
jQuery
(
'#jQueryFileUpload__scrollpane'
)[
0
],
true
);
sa
.
sp
.
bindEvents
(
jQuery
(
'#jQueryFileUpload__scrollpane'
)[
0
]);
},
100
);
sa
.
sp
.
containerSizeChanged
(
jQuery
(
'#jQueryFileUpload__scrollpane'
)[
0
],
true
);
sa
.
sp
.
bindEvents
(
jQuery
(
'#jQueryFileUpload__scrollpane'
)[
0
]);
},
done
:
function
()
{
sa
.
vcc
.
applyTheme
(
'siteManager'
);
...
...
@@ -91,7 +85,7 @@ seductiveapps.desktop = {
setTimeout
(
function
()
{
jQuery
(
'#jQueryFileUpload__scrollpane__container, #jQueryFileUpload__scrollpane, #jQueryFileUpload'
).
css
({
width
:
jQuery
(
'#siteManager__uploader_tab'
).
width
(),
height
:
jQuery
(
'#siteManager__uploader_tab'
).
height
()
height
:
jQuery
(
'#siteManager__uploader_tab'
).
height
()
-
jQuery
(
'#siteManager__tr__uploader_header'
).
height
()
});
sa
.
sp
.
containerSizeChanged
(
jQuery
(
'#jQueryFileUpload__scrollpane'
)[
0
],
true
);
sa
.
sp
.
bindEvents
(
jQuery
(
'#jQueryFileUpload__scrollpane'
)[
0
]);
...
...
seductiveapps/siteContent/.index.tpl.kate-swp
0 → 100644
View file @
878052ea
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment