Mercurial > ec-userscripts
comparison rakuten-books-direct-search.user.js @ 65:72ef6fcdff44
Add missing strict
author | nanaya <me@nanaya.pro> |
---|---|
date | Wed, 10 Jul 2019 22:30:14 +0900 |
parents | 3381a9cb88d1 |
children | 444b17e657be |
comparison
equal
deleted
inserted
replaced
64:6715e53ad0bf | 65:72ef6fcdff44 |
---|---|
11 // @grant none | 11 // @grant none |
12 // @downloadURL https://bitbucket.org/nanayapro/ec-userscripts/raw/tip/rakuten-books-direct-search.user.js | 12 // @downloadURL https://bitbucket.org/nanayapro/ec-userscripts/raw/tip/rakuten-books-direct-search.user.js |
13 // ==/UserScript== | 13 // ==/UserScript== |
14 | 14 |
15 ;(function() { | 15 ;(function() { |
16 "use strict"; | |
17 | |
16 var $ = jQuery; | 18 var $ = jQuery; |
17 var $form = $("form[name='srchFrm']"); | 19 var $form = $("form[name='srchFrm']"); |
18 | 20 |
19 if (!$form.length) { return; } | 21 if (!$form.length) { return; } |
20 | 22 |