Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webprofile-jwg2024
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siti Aisah
webprofile-jwg2024
Commits
a1478003
Commit
a1478003
authored
Jun 09, 2023
by
Siti Aisah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
back
parent
e222b9cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
public/backend/js/plugins/summernote/summernote.js
+5
-6
No files found.
public/backend/js/plugins/summernote/summernote.js
View file @
a1478003
...
...
@@ -3071,8 +3071,7 @@
return
$
.
Deferred
(
function
(
deferred
)
{
var
$imageDialog
=
$dialog
.
find
(
'.note-image-dialog'
);
var
// $imageInput = $dialog.find('.note-image-input'),
var
$imageInput
=
$dialog
.
find
(
'.note-image-input'
),
$imageUrl
=
$dialog
.
find
(
'.note-image-url'
),
$imageBtn
=
$dialog
.
find
(
'.note-image-btn'
);
...
...
@@ -4471,10 +4470,10 @@
var
tplDialogs
=
function
(
lang
,
options
)
{
var
tplImageDialog
=
function
()
{
var
body
=
//
'<div class="note-group-select-from-files">' +
//
'<h5>' + lang.image.selectFromFiles + '</h5>' +
//
'<input class="note-image-input" type="file" name="files" accept="image/*" />' +
//
'</div>' +
'<div class="note-group-select-from-files">'
+
'<h5>'
+
lang
.
image
.
selectFromFiles
+
'</h5>'
+
'<input class="note-image-input" type="file" name="files" accept="image/*" />'
+
'</div>'
+
'<h5>'
+
lang
.
image
.
url
+
'</h5>'
+
'<input class="note-image-url form-control span12" type="text" />'
;
var
footer
=
'<button href="#" class="btn btn-primary note-image-btn disabled" disabled>'
+
lang
.
image
.
insert
+
'</button>'
;
...
...
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