Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
explosurf
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vincent Nivoliers
explosurf
Commits
af1dfbdb
Commit
af1dfbdb
authored
8 years ago
by
Vincent Nivoliers
Browse files
Options
Downloads
Patches
Plain Diff
reverting bootstrap-native : modal closes on click
parent
8fc7857a
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
js/bootstrap-native.js
+1471
-951
1471 additions, 951 deletions
js/bootstrap-native.js
js/explorer.js
+1
-1
1 addition, 1 deletion
js/explorer.js
js/notes.js
+1
-1
1 addition, 1 deletion
js/notes.js
js/pgm_construction.js
+2
-2
2 additions, 2 deletions
js/pgm_construction.js
with
1475 additions
and
955 deletions
js/bootstrap-native.js
+
1471
−
951
View file @
af1dfbdb
This diff is collapsed.
Click to expand it.
js/explorer.js
+
1
−
1
View file @
af1dfbdb
...
...
@@ -137,7 +137,7 @@ var planet = {} ;
var
center_map
=
null
;
var
storage_prefix
=
'
Explosurf:
'
+
document
.
getElementById
(
'
planet-name
'
).
inner
Text
.
toLowerCase
()
+
document
.
getElementById
(
'
planet-name
'
).
inner
HTML
.
toLowerCase
()
+
'
:explorer
'
;
...
...
This diff is collapsed.
Click to expand it.
js/notes.js
+
1
−
1
View file @
af1dfbdb
...
...
@@ -11,7 +11,7 @@
/* local storage prefix */
var
storage_prefix
=
'
Explosurf:
'
+
document
.
getElementById
(
'
planet-name
'
).
inner
Text
.
toLowerCase
()
+
document
.
getElementById
(
'
planet-name
'
).
inner
HTML
.
toLowerCase
()
+
'
:notes
'
;
...
...
This diff is collapsed.
Click to expand it.
js/pgm_construction.js
+
2
−
2
View file @
af1dfbdb
...
...
@@ -60,7 +60,7 @@ var has_absolute_fixed_bug = (function() {
/*prefix for local storage*/
var
storage_prefix
=
'
Explosurf:
'
+
document
.
getElementById
(
'
planet-name
'
).
inner
Text
.
toLowerCase
()
+
document
.
getElementById
(
'
planet-name
'
).
inner
HTML
.
toLowerCase
()
+
'
:pgm
'
;
...
...
@@ -145,7 +145,7 @@ function local_list_pgm() {
//build the item from the template
var
item
=
pgm_entry
.
cloneNode
(
true
)
;
var
label
=
document
.
createElement
(
'
span
'
)
;
label
.
inner
Text
=
match
[
1
]
;
label
.
inner
HTML
=
match
[
1
]
;
label
.
className
=
'
pull-left
'
;
item
.
appendChild
(
label
)
;
pgm_list
.
appendChild
(
item
)
;
...
...
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