Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OKU-GIS
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhamad
OKU-GIS
Commits
7c1dd83d
Commit
7c1dd83d
authored
Oct 05, 2021
by
Manggar Mahardhika
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit bug fix edit
parent
dc9fbddb
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
templates/includes/js-m.html
templates/includes/js-m.html
+1
-0
templates/includes/js-o.html
templates/includes/js-o.html
+1
-0
templates/includes/sidebar.html
templates/includes/sidebar.html
+1
-0
templates/layout/layout.html
templates/layout/layout.html
+1
-1
No files found.
templates/includes/js-m.html
View file @
7c1dd83d
...
...
@@ -91,6 +91,7 @@
{% endif %}{% endfor %}
<script>
//suk
var
kantor_administrasi
=
"
{{ kantor_administrasi }}
"
.
replace
(
/'/g
,
'
"
'
);
var
result_kan_adm
=
JSON
.
parse
(
""
+
kantor_administrasi
+
""
)
console
.
log
(
result_kan_adm
)
...
...
templates/includes/js-o.html
View file @
7c1dd83d
...
...
@@ -192,6 +192,7 @@
</style>
{% endif %}{% endfor %}
<script>
//tes
function
panel_samp
()
{
$
(
"
#panel-samping
"
).
addClass
(
"
move
"
);
$
(
"
#button_unhide_panel
"
).
addClass
(
"
move-btn
"
);
...
...
templates/includes/sidebar.html
View file @
7c1dd83d
...
...
@@ -669,6 +669,7 @@
<script
type=
"text/javascript "
src=
"{% static 'js/plugins/forms/selects/select2.min.js' %} "
></script>
<script>
//tes
$
(
"
#sel-kec
"
).
change
(
function
()
{
var
id_kec
=
$
(
this
).
val
()
...
...
templates/layout/layout.html
View file @
7c1dd83d
...
...
@@ -2562,7 +2562,7 @@
})
});
//tes
$
(
document
).
on
(
"
click
"
,
"
#btn_hapus_jalan
"
,
function
()
{
var
id_poly
=
$
(
'
#idjalan
'
).
val
();
...
...
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