Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
osticket
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
osticket
Commits
4fa5a416
Commit
4fa5a416
authored
9 years ago
by
Peter Rotich
Browse files
Options
Downloads
Patches
Plain Diff
bugs: Minor bug fixes
parent
cd78efd9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/ajax.content.php
+1
-1
1 addition, 1 deletion
include/ajax.content.php
scp/js/scp.js
+3
-1
3 additions, 1 deletion
scp/js/scp.js
with
4 additions
and
2 deletions
include/ajax.content.php
+
1
−
1
View file @
4fa5a416
...
@@ -150,7 +150,7 @@ class ContentAjaxAPI extends AjaxController {
...
@@ -150,7 +150,7 @@ class ContentAjaxAPI extends AjaxController {
$langs
=
Internationalization
::
getConfiguredSystemLanguages
();
$langs
=
Internationalization
::
getConfiguredSystemLanguages
();
$translations
=
$content
->
getAllTranslations
();
$translations
=
$content
->
getAllTranslations
();
$info
=
array
(
$info
=
array
(
'title'
=>
$content
->
get
Titl
e
(),
'title'
=>
$content
->
get
Nam
e
(),
'body'
=>
$content
->
getBody
(),
'body'
=>
$content
->
getBody
(),
);
);
foreach
(
$translations
as
$t
)
{
foreach
(
$translations
as
$t
)
{
...
...
This diff is collapsed.
Click to expand it.
scp/js/scp.js
+
3
−
1
View file @
4fa5a416
...
@@ -326,7 +326,9 @@ var scp_prep = function() {
...
@@ -326,7 +326,9 @@ var scp_prep = function() {
$
(
'
.dialog
'
).
delegate
(
'
input.close, a.close
'
,
'
click
'
,
function
(
e
)
{
$
(
'
.dialog
'
).
delegate
(
'
input.close, a.close
'
,
'
click
'
,
function
(
e
)
{
e
.
preventDefault
();
e
.
preventDefault
();
$
(
this
).
parents
(
'
div.dialog
'
)
var
$dialog
=
$
(
this
).
parents
(
'
div.dialog
'
);
$dialog
.
off
(
'
blur.redactor
'
);
$dialog
.
hide
()
.
hide
()
.
removeAttr
(
'
style
'
);
.
removeAttr
(
'
style
'
);
$
.
toggleOverlay
(
false
);
$
.
toggleOverlay
(
false
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment