Skip to content

Commit

Permalink
Merge branch 'oujsMetaView'
Browse files Browse the repository at this point in the history
  • Loading branch information
Martii committed Aug 10, 2019
2 parents 6b0111c + 7ceb24a commit 2e67019
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/oujs/Meta View/oujs - Meta View.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// @copyright 2014+, Marti Martz (https://openuserjs.org/users/Marti)
// @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
// @version 4.4.8
// @version 4.4.9
// @icon https://www.gravatar.com/avatar/7ff58eb098c23feafa72e0b4cd13f396?r=G&s=48&default=identicon

// @homepageURL https://github.com/Martii/UserScripts/tree/master/src/oujs/Meta%20View
Expand All @@ -33,6 +33,9 @@
/* jshint esversion: 5 */
/* globals ace */

/* eslint dot-notation: off */
/* eslint curly: off */

(function() {
'use strict';

Expand Down Expand Up @@ -441,7 +444,7 @@
hookNode.appendChild(mdbNodePre);
hookNode.appendChild(jsonNodePre);

var wrappedNodeInput = document.createElement('input');
var wrappedNodeInput = document.createElement('input');
wrappedNodeInput.classList.add('btn');
wrappedNodeInput.classList.add('btn-success');
wrappedNodeInput.id = 'wrap';
Expand Down

0 comments on commit 2e67019

Please sign in to comment.