-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7cdb862
commit 1831090
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32464,7 +32464,7 @@ function isDev() { | |
|
||
if (!isDev() && typeof Raven !== 'undefined') { | ||
Raven.config('https://[email protected]/141297', { | ||
release: '1.2.7', | ||
release: '1.2.8', | ||
ignoreErrors: ["Failed to execute 'arc' on 'CanvasRenderingContext2D': The radius provided", "Cannot read property 'highlightFill' of undefined", "Argument 1 of SVGMatrix.translate is not a finite floating-point value", /_jp.*is not a function/, "chrome is not defined", "You cannot apply bindings multiple times to the same element.", "SVG_MATRIX_NOT_INVERTABLE", "The index is not in the allowed range."] | ||
}).install(); | ||
} | ||
|
@@ -32602,7 +32602,7 @@ function SlicerViewModel(parameters) { | |
<button class="rotate disabled btn" title="Rotate"><img src="' + PLUGIN_BASEURL + 'slicer/static/img/rotate.png"></button>\ | ||
<button class="scale disabled btn" title="Scale"><img src="' + PLUGIN_BASEURL + 'slicer/static/img/scale.png"></button>\ | ||
<button class="remove disabled btn" title="Remove"><img src="' + PLUGIN_BASEURL + 'slicer/static/img/remove.png"></button>\ | ||
<button class="removeall disabled btn" title="Remove all"><img src="' + PLUGIN_BASEURL + 'slicer/static/img/remove.png"></button>\ | ||
<button class="removeall disabled btn" title="Remove all"><img src="' + PLUGIN_BASEURL + 'slicer/static/img/removeall.png"></button>\ | ||
<button class="more disabled btn" title="More..."><img src="' + PLUGIN_BASEURL + 'slicer/static/img/more.png"></button>\ | ||
</div>\ | ||
<div class="values rotate">\ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ function isDev() { | |
|
||
if ( ! isDev() && typeof(Raven) !== 'undefined' ) { | ||
Raven.config('https://[email protected]/141297', { | ||
release: '1.2.7', | ||
release: '1.2.8', | ||
ignoreErrors: [ | ||
"Failed to execute 'arc' on 'CanvasRenderingContext2D': The radius provided", | ||
"Cannot read property 'highlightFill' of undefined", | ||
|
@@ -178,7 +178,7 @@ function SlicerViewModel(parameters) { | |
+ 'slicer/static/img/remove.png"></button>\ | ||
<button class="removeall disabled btn" title="Remove all"><img src="' | ||
+ PLUGIN_BASEURL | ||
+ 'slicer/static/img/remove.png"></button>\ | ||
+ 'slicer/static/img/removeall.png"></button>\ | ||
<button class="more disabled btn" title="More..."><img src="' | ||
+ PLUGIN_BASEURL | ||
+ 'slicer/static/img/more.png"></button>\ | ||
|