MT#16623 Remove lintian warnings

Change-Id: I6770987bd95aa27470a41e9e9383c607f0796053
changes/14/6914/10
Irina Peshinskaya 9 years ago
parent 747804fbfc
commit f44ac57fc2

@ -6,12 +6,21 @@ ngcp-panel: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.naviga
ngcp-panel: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.resize.js *
# see debian/missing-sources:
ngcp-panel: source-is-missing share/static/js/libs/stanzaio.bundle.js *
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/embedapi.js *
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/extensions/ext-shapes.js *
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/extensions/ext-star.js *
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/jquery.js *
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/sanitize.js *
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/jspdf/jspdf.min.js
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/jspdf/underscore-min.js
ngcp-panel: source-is-missing share/static/js/libs/svg-edit-2.6/extensions/ext-shapes.js *
ngcp-panel: source-is-missing share/static/js/libs/svg-edit-2.6/extensions/ext-star.js *
ngcp-panel: source-is-missing share/static/js/libs/svg-edit-2.6/jquery.js *
ngcp-panel: source-is-missing share/static/js/libs/svg-edit-2.6/sanitize.js *
ngcp-panel: source-is-missing share/static/js/plugins/flot/jquery.flot.js *
ngcp-panel: source-is-missing share/static/js/plugins/flot/jquery.flot.pie.js *
ngcp-panel: source-is-missing share/static/js/plugins/flot/jquery.flot.resize.js *
ngcp-panel: source-is-missing share/static/js/plugins/msgbox/jquery.msgbox.js *
ngcp-panel: source-is-missing share/static/js/plugins/hoverIntent/jquery.hoverIntent.minified.js *
ngcp-panel: source-is-missing share/static/js/plugins/lightbox/jquery.lightbox.js *
ngcp-panel: source-is-missing share/static/js/plugins/validate/additional-methods.js *

@ -6,12 +6,21 @@ ngcp-panel source: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot
ngcp-panel source: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.resize.js *
# see debian/missing-sources:
ngcp-panel source: source-is-missing share/static/js/libs/stanzaio.bundle.js *
ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/embedapi.js *
ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/extensions/ext-shapes.js *
ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/extensions/ext-star.js *
ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/jquery.js *
ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/sanitize.js *
ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/jspdf/jspdf.min.js
ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/jspdf/underscore-min.js
ngcp-panel source: source-is-missing share/static/js/libs/svg-edit-2.6/extensions/ext-shapes.js *
ngcp-panel source: source-is-missing share/static/js/libs/svg-edit-2.6/extensions/ext-star.js *
ngcp-panel source: source-is-missing share/static/js/libs/svg-edit-2.6/jquery.js *
ngcp-panel source: source-is-missing share/static/js/libs/svg-edit-2.6/sanitize.js *
ngcp-panel source: source-is-missing share/static/js/plugins/flot/jquery.flot.js *
ngcp-panel source: source-is-missing share/static/js/plugins/flot/jquery.flot.pie.js *
ngcp-panel source: source-is-missing share/static/js/plugins/flot/jquery.flot.resize.js *
ngcp-panel source: source-is-missing share/static/js/plugins/msgbox/jquery.msgbox.js *
ngcp-panel source: source-is-missing share/static/js/plugins/hoverIntent/jquery.hoverIntent.minified.js *
ngcp-panel source: source-is-missing share/static/js/plugins/lightbox/jquery.lightbox.js *
ngcp-panel source: source-is-missing share/static/js/plugins/validate/additional-methods.js *

@ -1,7 +1,3 @@
// DO NOT EDIT THIS FILE!
// THIS FILE IS JUST A SAMPLE; TO APPLY, YOU MUST
// CREATE A NEW FILE config.js AND ADD CONTENTS
// SUCH AS SHOWN BELOW INTO THAT FILE.
/*globals svgEditor*/
/*

@ -12,11 +12,8 @@
<link rel="stylesheet" href="svg-editor.css" type="text/css"/>
<link rel="stylesheet" href="spinbtn/JQuerySpinBtn.css" type="text/css"/>
<link rel="stylesheet" href="custom.css" type="text/css"/>
<!--{if jquery_release}>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!{else}-->
<script src="jquery.js"></script>
<!--{endif}-->
<script src="js-hotkeys/jquery.hotkeys.min.js"></script>
<script src="jquerybbq/jquery.bbq.min.js"></script>
@ -25,9 +22,7 @@
<script src="spinbtn/JQuerySpinBtn.min.js"></script>
<script src="touch.js"></script>
<!--{if svg_edit_release}>
<script src="svgedit.compiled.js"></script>
<!{else}-->
<script src="svgedit.js"></script>
<script src="jquery-svg.js"></script>
<script src="contextmenu/jquery.contextMenu.js"></script>
@ -50,7 +45,7 @@
<script src="svg-editor.js"></script>
<script src="locale/locale.js"></script>
<script src="contextmenu.js"></script>
<!--{endif}-->
<!-- If you do not wish to add extensions by URL, you can load them
by creating the following file and adding by calls to svgEditor.setConfig -->
<script src="config.js"></script>

@ -12,11 +12,9 @@
<link rel="stylesheet" href="svg-editor.css" type="text/css"/>
<link rel="stylesheet" href="spinbtn/JQuerySpinBtn.css" type="text/css"/>
<link rel="stylesheet" href="custom.css" type="text/css"/>
<!--{if jquery_release}>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!{else}-->
<script src="jquery.js"></script>
<!--{endif}-->
<script src="js-hotkeys/jquery.hotkeys.min.js"></script>
<script src="jquerybbq/jquery.bbq.min.js"></script>
@ -25,9 +23,7 @@
<script src="spinbtn/JQuerySpinBtn.min.js"></script>
<script src="touch.js"></script>
<!--{if svg_edit_release}>
<script src="svgedit.compiled.js"></script>
<!{else}-->
<script src="svgedit.js"></script>
<script src="jquery-svg.js"></script>
<script src="contextmenu/jquery.contextMenu.js"></script>
@ -50,7 +46,7 @@
<script src="svg-editor.js"></script>
<script src="locale/locale.js"></script>
<script src="contextmenu.js"></script>
<!--{endif}-->
<!-- always minified scripts -->
<script src="jquery-ui/jquery-ui-1.8.17.custom.min.js"></script>

Loading…
Cancel
Save