wp-blog-manager-lite 1.1.0
Reads WordPress post metadataWrites WordPress post metadata
SHA-25602b6b6af5c952f55def14d5dd41709959ac8941c252657c0fe00ae86de8270c5
MaleculeH₅(Cm₁₀DbHf₂Os₃U₂)
Evidence
675:19… ouchSupportIE();
676
677 if (this.settings.mouseDrag){
678 this.$stage.on('mousedown', $.proxy(function(event) { this.eventsRouter(event) }, this));
679 this.$stage.on('dragstart', function() { return false });
680 …
⋯19 lines
1504 img.onload = function() {
1505 loaded++;
1506 $el.attr('src', img.src);
1507 $el.css('opacity', 1);
1508 if (loaded >= imgs.length) {
1509 that.state.imagesLoaded = true;
1510 that.initialize() …
1714:5… };
1715 }
1716
1717 if (event.pageX === undefined) {
1718 return {
1719 x: event.clientX,
1720 y: event.clientY
1721 };
1722 }
⋯8 lines
1730:87… e`.
1731 */
1732 function isStyleSupported(array) {
1733 var p, s, fake = document.createElement('div'), list = array;
1734 for (p in list) {
1735 s = list[p];
⋯10 lines
2199:4… return false;
2200 }
2201
2202 if (video.type === 'youtube') {
2203 path = "http://img.youtube.com/vi/" + video.id + "/hqdefault.jpg";
2204 create(path);
2205 } else if (video.type === 'vimeo') {
2206 $.ajax({
2207 type: 'GET',
2208 url: 'http://vimeo.com/api/v2/video/' + video.id + '.json',
2209 jsonp: 'callback',
2210 dataType: 'jsonp',
2211 success: function(data) {
2212 path = data[0].thumbnai …
Showing the top 5 files — 6 more files (39 regions) not shown.
No evidence locations were recorded for this file. Raw result