Update trunk to the non-release-related minor changes in stable/branch 2.7

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2758 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Brett Zamir
2014-04-07 04:08:52 +00:00
parent 5cbd05c8bd
commit bdb81d541c
3 changed files with 5 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ var svgEditor = (function($, editor) {'use strict';
ui = langData.ui;
setStrings('content', {
copyrightLabel: misc.powered_by,
// copyrightLabel: misc.powered_by, // Currently commented out in svg-editor.html
curve_segments: properties.curve_segments,
fitToContent: tools.fitToContent,
fit_to_all: tools.fit_to_all,

View File

@@ -13,7 +13,7 @@
<link rel="stylesheet" href="spinbtn/JQuerySpinBtn.css" type="text/css"/>
<!--{if jquery_release}>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!{else}-->
<script src="jquery.js"></script>
<!--{endif}-->