Software: Apache. PHP/5.5.15 uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 SYSTEM Safe-mode: OFF (not secure) E:\copia nuevo\htdocs\cumbreclima\wp-content\themes\patti\js\custom\ drwxrwxrwx |
Viewing file: custom-row-view.js (1.29 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | window.VcRowViewCustom = window.VcRowView.extend({ buildDesignHelpers: function() { var image,color, params = this.model.get('params'), $column_edit = this.$el.find('> .controls .column_toggle'); this.$el.find('> .controls .vc_row_color').remove(); this.$el.find('> .controls .vc_row_image').remove(); if(!_.isEmpty(params.bg_color)) { color = $('<span class="vc_row_color" style="background-color: ' + params.bg_color + '" title="' + i18nLocale.row_background_color + '"></span>'); color.insertAfter($column_edit); } if(!_.isEmpty(params.bg_image)) { image = $('<span class="vc_row_image" style="background-image: ' + params.bg_image + '" title="' + i18nLocale.row_background_image + '"></span>'); image.insertAfter($column_edit); $.ajax({ type:'POST', url:window.ajaxurl, data:{ action:'wpb_single_image_src', content: params.bg_image, size: 'thumbnail' }, dataType:'html' }).done(function (url) { image.css({backgroundImage: 'url(' + url + ')'}); }); } else { } } }); |
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0312 ]-- |