Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
9c22e437
Commit
9c22e437
authored
7 years ago
by
Florian Azizian
Browse files
Options
Downloads
Patches
Plain Diff
FIX ts view
parent
a08da959
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/maarch_entreprise/js/angular/app/save-numeric-package.component.ts
+2
-14
2 additions, 14 deletions
...treprise/js/angular/app/save-numeric-package.component.ts
with
2 additions
and
14 deletions
apps/maarch_entreprise/js/angular/app/save-numeric-package.component.ts
+
2
−
14
View file @
9c22e437
...
@@ -3,18 +3,13 @@ import { Http } from '@angular/http';
...
@@ -3,18 +3,13 @@ import { Http } from '@angular/http';
import
'
rxjs/add/operator/map
'
;
import
'
rxjs/add/operator/map
'
;
declare
function
$j
(
selector
:
any
)
:
any
;
declare
function
$j
(
selector
:
any
)
:
any
;
declare
function
disablePrototypeJS
(
method
:
string
,
plugins
:
any
)
:
any
;
declare
function
createModal
(
a
:
string
,
b
:
string
,
c
:
string
,
d
:
string
)
:
any
;
declare
function
autocomplete
(
a
:
number
,
b
:
string
)
:
any
;
declare
var
tinymce
:
any
;
declare
var
Prototype
:
any
;
declare
var
angularGlobals
:
any
;
declare
var
angularGlobals
:
any
;
@
Component
({
@
Component
({
templateUrl
:
angularGlobals
[
"
save-numeric-package
View
"
]
,
templateUrl
:
"
../../../../Views/
save-numeric-package
.component.html
"
,
styleUrls
:
[
'
../../node_modules/bootstrap/dist/css/bootstrap.min.css
'
,
'
css/profile.component.css
'
]
//
styleUrls : ['../../node_modules/bootstrap/dist/css/bootstrap.min.css', 'css/profile.component.css']
})
})
export
class
SaveNumericPackageComponent
implements
OnInit
{
export
class
SaveNumericPackageComponent
implements
OnInit
{
...
@@ -51,13 +46,6 @@ export class SaveNumericPackageComponent implements OnInit {
...
@@ -51,13 +46,6 @@ export class SaveNumericPackageComponent implements OnInit {
$j
(
'
#content h1
'
)[
0
].
remove
();
$j
(
'
#content h1
'
)[
0
].
remove
();
}
}
if
(
Prototype
.
BrowserFeatures
.
ElementExtensions
)
{
//FIX PROTOTYPE CONFLICT
let
pluginsToDisable
=
[
'
collapse
'
,
'
dropdown
'
,
'
modal
'
,
'
tooltip
'
,
'
popover
'
,
'
tab
'
];
disablePrototypeJS
(
'
show
'
,
pluginsToDisable
);
disablePrototypeJS
(
'
hide
'
,
pluginsToDisable
);
}
}
}
updateBreadcrumb
(
applicationName
:
string
)
{
updateBreadcrumb
(
applicationName
:
string
)
{
...
...
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