[DE][PE] Fix Bug 37651

This commit is contained in:
Julia Radzhabova 2018-05-07 17:43:36 +03:00
parent cb0664fc9f
commit 12c8e28d52
2 changed files with 0 additions and 2 deletions

View file

@ -2280,7 +2280,6 @@ define([
new Common.UI.MenuItem({
caption : this.textFromUrl
}).on('click', function(item) {
var me = this;
(new Common.Views.ImageFromUrlDialog({
handler: function(result, value) {
if (result == 'ok') {

View file

@ -2739,7 +2739,6 @@ define([
new Common.UI.MenuItem({
caption : this.textFromUrl
}).on('click', function(item) {
var me = this;
(new Common.Views.ImageFromUrlDialog({
handler: function(result, value) {
if (result == 'ok') {